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






Windows & Linux

Description

The altitude color

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RangeColor() As System.Drawing.Color
[C#]
public System.Drawing.Color RangeColor {get; set;}
[Managed C++]
public: __property uint^ get_RangeColor();
public: __property void set_RangeColor(
   uint ^
);
[Unmanaged C++]
public: HRESULT get_RangeColor(
   uint ** ppRetVal
);
public: HRESULT put_RangeColor(
   uint * pNewRangeColor
);
[Java]
public long getRangeColor();public void setRangeColor(
   long
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.