STK ObjectsSend comments on this topic.
NumbAltLabels Property (IAgVOAzElMask)
See Also
Windows





Windows & Linux

Description

The number of altitude labels to display on the outline of the mask.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumbAltLabels() As Integer
[C#]
public int NumbAltLabels {get; set;}
[Managed C++]
public: __property int get_NumbAltLabels();
public: __property void set_NumbAltLabels( int );
[Unmanaged C++]
public: HRESULT get_NumbAltLabels(
    long * pVal
);
public: HRESULT put_NumbAltLabels(
    long pVal
);
[Java]
public int getNumbAltLabels();
public void setNumbAltLabels(
    int
);
[Python - STK API ]
@property
def NumbAltLabels(self) -> int:

@NumbAltLabels.setter
def NumbAltLabels(self, pVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.