Description
Specify whether the planet's orbit path displays. This option affects only the perspective and orthographic map projections.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property OrbitVisible() As Boolean
|
[C#] |
---|
public bool OrbitVisible {get; set;}
|
[Managed C++] |
---|
public: __property bool get_OrbitVisible(); public: __property void set_OrbitVisible( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_OrbitVisible( VARIANT_BOOL * pRetVal ); public: HRESULT put_OrbitVisible( VARIANT_BOOL NewOrbitVisible );
|
[Java] |
---|
public bool getOrbitVisible();public void setOrbitVisible( bool );
|
See Also