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





Windows & Linux

Description

Trajectory point.

Property type

Read-write property

Syntax

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

@TrajectoryPoint.setter
def TrajectoryPoint(self, TrajectoryPoint:"IAgCrdnPoint") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.