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





Description

Display the color at altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltColorVisible() As Boolean

[C#]
public bool AltColorVisible {get; set;}

[Managed C++]
public: __property bool get_AltColorVisible();
public: __property void set_AltColorVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_AltColorVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AltColorVisible(
VARIANT_BOOL NewAltColorVisible
);

[Java]
public bool getAltColorVisible();public void setAltColorVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1