AGI STK Objects 11 Send comments on this topic.
TrajectoryType Property (IAgVORefCrdnPoint)
See Also 





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 * pRetVal
);
public: HRESULT put_TrajectoryType(
AgETrajectoryType NewTrajectoryType
);

[Java]
public AgETrajectoryType getTrajectoryType();public void setTrajectoryType(
AgETrajectoryType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1