STK ObjectsSend 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 * pVal
);
public: HRESULT put_RangeColor(
    uint inVal
);
[Java]
public long getRangeColor();
public void setRangeColor(
    long
);
[Python - STK API ]
@property
def RangeColor(self) -> agi.stk12.utilities.colors.Color:

@RangeColor.setter
def RangeColor(self, inVal:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.