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





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