STK ObjectsSend 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 * pVal
);
public: HRESULT put_AltVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getAltVisible();
public void setAltVisible(
    bool
);
[Python - STK API ]
@property
def AltVisible(self) -> bool:

@AltVisible.setter
def AltVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.