AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_NumberOfAltSteps(
   long NewNumberOfAltSteps
);
[Java]
public int getNumberOfAltSteps();public void setNumberOfAltSteps(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.