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