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






Windows & Linux

Description

Returns a spatial state of the vehicle at specified time.

Syntax

[Visual Basic .NET]
Public Function GetState( _
   ByVal Time As System.Object _
) As IAgSpatialState
[C#]
public IAgSpatialState GetState(
   System.Object Time
);
[Managed C++]
public: IAgSpatialState^ GetState(
   VARIANT Time
);
[Java]
public IAgSpatialState getState(
   Variant Time
);
[Unmanaged C++]
public: HRESULT GetState(
   VARIANT Time,
   IAgSpatialState ** ReturnValue
);

Parameters

Time

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.