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