AGI STK Objects 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface