AGI STK Objects 11 Send comments on this topic.
IsTrajectoryMarkerVisible Property (IAgVeGfxAttributesTrajectory)
See Also 





Description

Opt whether to show the vehicle's trajectory marker.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsTrajectoryMarkerVisible() As Boolean

[C#]
public bool IsTrajectoryMarkerVisible {get; set;}

[Managed C++]
public: __property bool get_IsTrajectoryMarkerVisible();
public: __property void set_IsTrajectoryMarkerVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsTrajectoryMarkerVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsTrajectoryMarkerVisible(
VARIANT_BOOL NewIsTrajectoryMarkerVisible
);

[Java]
public bool getIsTrajectoryMarkerVisible();public void setIsTrajectoryMarkerVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1