Method to set the elevation type.
| [Visual Basic .NET] |
|---|
Public Sub SetElevationType( _
ByVal Elevation As AgEVeGfxElevation _
)
|
| [C#] |
|---|
public void SetElevationType(
|
| [Managed C++] |
|---|
public: void SetElevationType(
|
| [Java] |
|---|
public setElevationType(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetElevationType(
|
- 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.