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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.