IAgODProvideTrackingDataLib 13Send comments on this topic.
RangeModulus Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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":

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.