STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT GetState(
    VARIANT Time,
    IAgSpatialState ** ppRetVal
);
[Java]
public IAgSpatialState getState(
    AgVariant Time
);
[Python - STK API ]
def GetState(self, Time:typing.Any) -> "IAgSpatialState":

Parameters

Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.