AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.