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






Windows & Linux

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 * pVal
);
public: HRESULT put_IsGroundMarkerVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getIsGroundMarkerVisible();
public void setIsGroundMarkerVisible(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.