Description
Specify whether a label displays for the inertial position of the planet. This option affects only the perspective and orthographic map projections.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PositionLabelVisible() As Boolean
|
[C#] |
---|
public bool PositionLabelVisible {get; set;}
|
[Managed C++] |
---|
public: __property bool get_PositionLabelVisible(); public: __property void set_PositionLabelVisible(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PositionLabelVisible(
VARIANT_BOOL * pPositionLabelVisible
);
public: HRESULT put_PositionLabelVisible(
VARIANT_BOOL PositionLabelVisible
);
|
[Java] |
---|
public bool getPositionLabelVisible();
public void setPositionLabelVisible(
bool
);
|
See Also