STK Vector Geometry ToolSend comments on this topic.
TrajectoryPoint Property (IAgCrdnAxesTrajectory)
See Also
Windows





Windows & Linux

Description

Specify a trajectory point.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.