STK ObjectsSend comments on this topic.
TrajectoryEpoch Property (IAgVeLvInitialState)
See Also
Windows





Windows & Linux

Description

Get the smart epoch component to access the trajectory epoch.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TrajectoryEpoch() As IAgCrdnEventSmartEpoch
[C#]
public IAgCrdnEventSmartEpoch TrajectoryEpoch {get;}
[Managed C++]
public: __property IAgCrdnEventSmartEpoch ^ get_TrajectoryEpoch();
[Unmanaged C++]
public: HRESULT get_TrajectoryEpoch(
    IAgCrdnEventSmartEpoch ** ppRetVal
);
[Java]
public IAgCrdnEventSmartEpoch getTrajectoryEpoch();
[Python - STK API ]
@property
def TrajectoryEpoch(self) -> "IAgCrdnEventSmartEpoch":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.