Range modulus for ambiguous range measurements. This should be zero for non-ambiguous range measurements. When non-zero, ODTK will model and report the range using the ambiguous value, as opposed to converting the observed value to a non-ambiguous value. Note that the range modulus should be a two-way value.
Read-only property
[Visual Basic .NET] |
---|
Public Property RangeModulus() As IAgPropQty |
[C#] |
---|
public IAgPropQty RangeModulus {get;} |
[Managed C++] |
---|
public: __property IAgPropQty ^ get_RangeModulus(); |
[Unmanaged C++] |
---|
public: HRESULT get_RangeModulus( IAgPropQty ** pVal ); |
[Java] |
---|
public IAgPropQty getRangeModulus(); |
[Python - STK API ![]() |
---|
@property def RangeModulus(self) -> "IAgPropQty": |