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





Description

Opt whether to show the vehicle's ground marker.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsGroundMarkerVisible();
public: __property void set_IsGroundMarkerVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsGroundMarkerVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsGroundMarkerVisible(
VARIANT_BOOL NewIsGroundMarkerVisible
);

[Java]
public bool getIsGroundMarkerVisible();public void setIsGroundMarkerVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1