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






Windows & Linux

Description

Display of compass directions on the outline of the mask.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_CompassDirectionsVisible();
public: __property void set_CompassDirectionsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_CompassDirectionsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_CompassDirectionsVisible(
VARIANT_BOOL NewCompassDirectionsVisible
);

[Java]
public bool getCompassDirectionsVisible();public void setCompassDirectionsVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface