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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.