STK ObjectsSend comments on this topic.
ElevationNumPoints Property (IAgAntennaContourEirp)
See Also
Windows





Windows & Linux

Description

Gets the number of elevation points.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ElevationNumPoints() As Integer
[C#]
public int ElevationNumPoints {get;}
[Managed C++]
public: __property int get_ElevationNumPoints();
[Unmanaged C++]
public: HRESULT get_ElevationNumPoints(
    int * pVal
);
[Java]
public Integer getElevationNumPoints();
[Python - STK API ]
@property
def ElevationNumPoints(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.