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 * pVal
);
public: HRESULT put_CompassDirectionsVisible(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getCompassDirectionsVisible();
public void setCompassDirectionsVisible(
bool
);
|
[Python - STK API] |
---|
@property
def CompassDirectionsVisible(self) -> bool:
@CompassDirectionsVisible.setter
def CompassDirectionsVisible(self, pVal:bool) -> None:
|
See Also