Description
Defined as the angle between the XY plane of the parent reference frame and the sensor or antenna boresight measured toward the positive Z axis. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Elevation() As System.Object
|
| [C#] |
|---|
public System.Object Elevation {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Elevation(); public: __property void set_Elevation( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Elevation( VARIANT * pRetVal ); public: HRESULT put_Elevation( VARIANT NewElevation );
|
| [Java] |
|---|
public Variant getElevation();public void setElevation( Variant );
|
See Also