AGI STK Objects 11 Send comments on this topic.
RangeVisible Property (IAgBasicAzElMask)
See Also 
Windows






Windows & Linux

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 * pRetVal
);
public: HRESULT put_RangeVisible(
VARIANT_BOOL NewRangeVisible
);

[Java]
public bool getRangeVisible();public void setRangeVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface