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