STK ObjectsSend comments on this topic.
Trajectory Property (IAgVeVOTrajectoryTickMarks)
See Also
Windows





Windows & Linux

Description

Get the trajectory tick marks.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.