STK ObjectsSend comments on this topic.
NumberOfAltSteps Property (IAgBasicAzElMask)
See Also
Windows





Windows & Linux

Description

The relative intervals at which the terrain mask is displayed, e.g. if this value is 3 steps, and the minimum and maximum altitudes are 500 and 1500 km, respectively, then the terrain mask is displayed at altitudes of 500, 1000 and 1500 km.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumberOfAltSteps() As Integer
[C#]
public int NumberOfAltSteps {get; set;}
[Managed C++]
public: __property int get_NumberOfAltSteps();
public: __property void set_NumberOfAltSteps( int );
[Unmanaged C++]
public: HRESULT get_NumberOfAltSteps(
    long * pNum
);
public: HRESULT put_NumberOfAltSteps(
    long pNum
);
[Java]
public int getNumberOfAltSteps();
public void setNumberOfAltSteps(
    int
);
[Python - STK API ]
@property
def NumberOfAltSteps(self) -> int:

@NumberOfAltSteps.setter
def NumberOfAltSteps(self, pNum:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.