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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1