AGI STK Objects 11Send comments on this topic.
IsElevationTypeSupported Method (IAgVeGfxSwath)
See Also 
Elevation
Windows






Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsElevationTypeSupported( _
   ByVal Elevation As AgEVeGfxElevation _
) As Boolean
[C#]
public bool IsElevationTypeSupported(
   AgEVeGfxElevation Elevation
);
[Managed C++]
public: bool IsElevationTypeSupported(
   AgEVeGfxElevation Elevation
);
[Java]
public bool isElevationTypeSupported(
   AgEVeGfxElevation Elevation
);
[Unmanaged C++]
public: HRESULT IsElevationTypeSupported(
   AgEVeGfxElevation Elevation,
   VARIANT_BOOL * ReturnValue
);

Parameters

Elevation
MemberValueDescription
eElevationUnknown-1Unknown.
eElevationGroundElevation0Ground elevation.
eElevationSwathHalfWidth2Swath half width.
eElevationVehicleHalfAngle3Vehicle half angle.
eElevationGroundElevationEnvelope4Vehicle ground elevation envelope.
eElevationVehicleHalfAngleEnvelope5Vehicle half angle envelope.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.