Gets or sets the maximum range to use when computing the az el mask using terrain data. Zero indicates to use algorithm default. Only applies when GetAzElMask returns eTerrainData (cannot be set if eMaskFile). Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxRangeWhenComputingAzElMask() As Double |
[C#] |
---|
public double MaxRangeWhenComputingAzElMask {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxRangeWhenComputingAzElMask(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxRangeWhenComputingAzElMask( double * pMaxRange ); public: HRESULT put_MaxRangeWhenComputingAzElMask( double maxRange ); |
[Java] |
---|
public double getMaxRangeWhenComputingAzElMask(); public void setMaxRangeWhenComputingAzElMask( double ); |