STK ObjectsSend comments on this topic.
TrajectoryMarker Property (IAgVeTrajectoryVOModel)
See Also
Windows





Windows & Linux

Description

Represents the vehicle while traveling along its actual trajectory.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property TrajectoryMarker() As IAgVOMarker
[C#]
public IAgVOMarker TrajectoryMarker {get;}
[Managed C++]
public: __property IAgVOMarker ^ get_TrajectoryMarker();
[Unmanaged C++]
public: HRESULT get_TrajectoryMarker(
    IAgVOMarker ** ppVal
);
[Java]
public IAgVOMarker getTrajectoryMarker();
[Python - STK API ]
@property
def TrajectoryMarker(self) -> "IAgVOMarker":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.