Maximum ground elevation angle to which the SAR sensor can provide coverage. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxElevationAngle() As System.Object |
[C#] |
---|
public System.Object MaxElevationAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaxElevationAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxElevationAngle( VARIANT * pVal ); public: HRESULT put_MaxElevationAngle( VARIANT pVal ); |
[Java] |
---|
public AgVariant getMaxElevationAngle(); public void setMaxElevationAngle( AgVariant ); |