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






Windows & Linux

Description

Method to set the elevation type.

Syntax

[Visual Basic .NET]
Public Sub SetElevationType( _
   ByVal Elevation As AgEVeGfxElevation _
) 
[C#]
public void SetElevationType(
   AgEVeGfxElevation Elevation
);
[Managed C++]
public: void SetElevationType(
   AgEVeGfxElevation Elevation
);
[Java]
public  setElevationType(
   AgEVeGfxElevation Elevation
);
[Unmanaged C++]
public: HRESULT SetElevationType(
   AgEVeGfxElevation Elevation
);

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.