Gets a value indicating whether the specified
type can be used.
| [Visual Basic .NET] |
|---|
Public Function IsElevationTypeSupported( _
ByVal Elevation As AgEVeGfxElevation _
) As Boolean
|
| [C#] |
|---|
public bool IsElevationTypeSupported(
|
| [Managed C++] |
|---|
public: bool IsElevationTypeSupported(
|
| [Java] |
|---|
public bool isElevationTypeSupported(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsElevationTypeSupported(
|
- 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.