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.
Read-write property
[Visual Basic .NET] |
---|
Public Property Elevation() As System.Object |
[C#] |
---|
public System.Object Elevation {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Elevation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Elevation( VARIANT * pVal ); public: HRESULT put_Elevation( VARIANT vElevation ); |
[Java] |
---|
public AgVariant getElevation(); public void setElevation( AgVariant ); |