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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1