Returns a spatial state of the vehicle at specified time.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgSpatialState GetState( System.Object Time ); |
| [Managed C++] |
|---|
public: IAgSpatialState^ GetState( VARIANT Time ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgSpatialState getState( AgVariant Time ); |
[Python - STK API ] |
|---|
def GetState(self, Time:typing.Any) -> "IAgSpatialState": |
- Time






