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





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
Member Value Description
eElevationUnknown -1 Unknown.
eElevationGroundElevation 0 Ground elevation.
eElevationSwathHalfWidth 2 Swath half width.
eElevationVehicleHalfAngle 3 Vehicle half angle.
eElevationGroundElevationEnvelope 4 Vehicle ground elevation envelope.
eElevationVehicleHalfAngleEnvelope 5 Vehicle half angle envelope.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1