AGI STK Objects 11 Send comments on this topic.
Contains Method (IAgVeWaypointsCollection)
See Also 
Time





Description

Determines whether the collection contains the waypoint at the specified time.

Syntax

[Visual Basic .NET]
Public Function Contains( _
   ByVal Time As System.Object _
) As Boolean

[C#]
public bool Contains(
System.Object Time
);

[Managed C++]
public: bool Contains(
VARIANT Time
);

[Java]
public bool contains(
Variant Time
);

[Unmanaged C++]
public: HRESULT Contains(
VARIANT Time,
VARIANT_BOOL * ReturnValue
);

Parameters

Time

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1