AGI STK Objects 11Send comments on this topic.
IsAltRefTypeSupported Method (IAgVOBorderWall)
See Also 
RefType
Windows






Windows & Linux

Description

Provides verification of the availability of borderwall edge altitude reference.

Syntax

[Visual Basic .NET]
Public Function IsAltRefTypeSupported( _
   ByVal RefType As AgEBorderWallUpperLowerEdgeAltRef _
) As Boolean
[C#]
public bool IsAltRefTypeSupported(
   AgEBorderWallUpperLowerEdgeAltRef RefType
);
[Managed C++]
public: bool IsAltRefTypeSupported(
   AgEBorderWallUpperLowerEdgeAltRef RefType
);
[Java]
public bool isAltRefTypeSupported(
   AgEBorderWallUpperLowerEdgeAltRef RefType
);
[Unmanaged C++]
public: HRESULT IsAltRefTypeSupported(
   AgEBorderWallUpperLowerEdgeAltRef RefType,
   VARIANT_BOOL * ReturnValue
);

Parameters

RefType
MemberValueDescription
eAltRefMSL0Altitude reference: Mean Sea Level.
eAltRefObject1Altitude reference: the altitude of the object.
eAltRefTerrain2Altitude reference: the altitude of the terrain.
eAltRefWGS843Altitude reference: the altitude of the central body's reference ellipsoid.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.