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





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
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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1