Provides verification of the availability of
borderwall edge altitude reference.
[Visual Basic .NET] |
---|
Public Function IsAltRefTypeSupported( _
ByVal RefType As AgEBorderWallUpperLowerEdgeAltRef _
) As Boolean
|
[C#] |
---|
public bool IsAltRefTypeSupported(
|
[Managed C++] |
---|
public: bool IsAltRefTypeSupported(
|
[Java] |
---|
public bool isAltRefTypeSupported(
|
[Unmanaged C++] |
---|
public: HRESULT IsAltRefTypeSupported(
|
- RefType
-
Member Value Description eAltRefMSL 0 Altitude reference: Mean Sea Level. eAltRefObject 1 Altitude reference: the altitude of the object. eAltRefTerrain 2 Altitude reference: the altitude of the terrain. eAltRefWGS84 3 Altitude reference: the altitude of the central body's reference ellipsoid.