This document is archived and information here might be outdated.  Recommended version.


ICadastralImportParameters.GetMaxRadialTolerance Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Cadastral)  

ICadastralImportParameters.GetMaxRadialTolerance Method

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

[Visual Basic .NET]
Public Function GetMaxRadialTolerance ( _
    ByVal unit As esriCadastralDistanceUnits _
) As Double
[C#]
public double GetMaxRadialTolerance (
    esriCadastralDistanceUnits unit
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralImportParameters Interface