STK ObjectsSend comments on this topic.
TrajectoryType Property (IAgVORefCrdnPoint)
See Also
Windows





Windows & Linux

Description

Specifies the arrow type used to represent the geometric element.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrajectoryType() As AgETrajectoryType
[C#]
public AgETrajectoryType TrajectoryType {get; set;}
[Managed C++]
public: __property AgETrajectoryType get_TrajectoryType();
public: __property void set_TrajectoryType( AgETrajectoryType );
[Unmanaged C++]
public: HRESULT get_TrajectoryType(
    AgETrajectoryType * pVal
);
public: HRESULT put_TrajectoryType(
    AgETrajectoryType pVal
);
[Java]
public AgETrajectoryType getTrajectoryType();
public void setTrajectoryType(
    AgETrajectoryType
);
[Python - STK API ]
@property
def TrajectoryType(self) -> "AgETrajectoryType":

@TrajectoryType.setter
def TrajectoryType(self, pVal:"AgETrajectoryType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.