Height of the grid point. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property GroundAltitude() As Double |
[C#] |
---|
public double GroundAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_GroundAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_GroundAltitude( double * pRetVal ); public: HRESULT put_GroundAltitude( double InVal ); |
[Java] |
---|
public double getGroundAltitude(); public void setGroundAltitude( double ); |