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





Description

Display the color at range.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RangeColorVisible() As Boolean

[C#]
public bool RangeColorVisible {get; set;}

[Managed C++]
public: __property bool get_RangeColorVisible();
public: __property void set_RangeColorVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_RangeColorVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_RangeColorVisible(
VARIANT_BOOL NewRangeColorVisible
);

[Java]
public bool getRangeColorVisible();public void setRangeColorVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1