Maximum altitude of target for which the refraction will be computed unless extrapolation is used. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxTargetAltitude() As Double |
[C#] |
---|
public double MaxTargetAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxTargetAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxTargetAltitude( double * pVal ); public: HRESULT put_MaxTargetAltitude( double dblVal ); |
[Java] |
---|
public double getMaxTargetAltitude(); public void setMaxTargetAltitude( double ); |