Gets the number of elevation points.
Read-only property
[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(); |