Description
Display the terrain mask at a specified number of steps from the minimum to the maximum altitude above the central body.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AltVisible() As Boolean
|
[C#] |
---|
public bool AltVisible {get; set;}
|
[Managed C++] |
---|
public: __property bool get_AltVisible(); public: __property void set_AltVisible( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_AltVisible( VARIANT_BOOL * pRetVal ); public: HRESULT put_AltVisible( VARIANT_BOOL NewAltVisible );
|
[Java] |
---|
public bool getAltVisible();public void setAltVisible( bool );
|
See Also