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






Windows & Linux

Description

Display the terrain mask at a specified number of steps from the minimum to the maximum altitude above the central body.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AltVisible();
public: __property void set_AltVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_AltVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AltVisible(
VARIANT_BOOL NewAltVisible
);

[Java]
public bool getAltVisible();public void setAltVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface