Display the terrain mask at the specified number of steps from the minimum to the maximum range from the facility, place or target.
Read-write property
[Visual Basic .NET] |
---|
Public Property RangeVisible() As Boolean |
[C#] |
---|
public bool RangeVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_RangeVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_RangeVisible( VARIANT_BOOL * pVal ); public: HRESULT put_RangeVisible( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getRangeVisible(); public void setRangeVisible( bool ); |