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


ICadastralImportParameters.GetMaxRadialTolerance Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralImportParameters Interface > ICadastralImportParameters.GetMaxRadialTolerance Method
ArcGIS Developer Help

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