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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface