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






Windows & Linux

Description

The altitude color

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltColor() As System.Drawing.Color

[C#]
public System.Drawing.Color AltColor {get; set;}

[Managed C++]
public: __property uint^ get_AltColor();
public: __property void set_AltColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_AltColor(
uint ** ppRetVal
);
public: HRESULT put_AltColor(
uint * pNewAltColor
);

[Java]
public long getAltColor();public void setAltColor(
long
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface