ArcObjects Library Reference (Cadastral)  

ICadastralCogoImporter2.SetMaxRadialTolerance Method

Set max radial line tolerance. Radial line distances greater get their accuracy set to 7.

[Visual Basic .NET]
Public Sub SetMaxRadialTolerance ( _
    ByVal unit As esriCadastralDistanceUnits, _
    ByVal maxRadialTolerance As Double _
)
[C#]
public void SetMaxRadialTolerance (
    esriCadastralDistanceUnits unit,
    double maxRadialTolerance
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralCogoImporter2 Interface