Returns a spatial state of the vehicle at
specified time.
| [Visual Basic .NET] |
|---|
Public Function GetState( _
ByVal Time As System.Object _
) As IAgSpatialState
|
| [C#] |
|---|
public IAgSpatialState GetState(
|
| [Managed C++] |
|---|
public: IAgSpatialState^ GetState(
|
| [Java] |
|---|
public IAgSpatialState getState(
|
| [Unmanaged C++] |
|---|
public: HRESULT GetState(
|
- Time