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


ICadastralCogoImporter.RadialPointTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralCogoImporter Interface > ICadastralCogoImporter.RadialPointTolerance Property
ArcGIS Developer Help

ICadastralCogoImporter.RadialPointTolerance Property

Radial Point Snapping tolerance. Default 0.5 in units of source data's projection.

[Visual Basic .NET]
Public Property RadialPointTolerance As Double
[C#]
public double RadialPointTolerance {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use to get or set the radial point tolerance.

The RadialPointTolerance property is used by the importer when constructing the center points of circular curves (radial points) from the fabric source data. This tolerance is used to find the nearest existing radial point in the fabric within this tolerance. If an existing radial point is found during the import process, then the existing points is used as the curve's radial point, otherwise a new point is created.

See Also

ICadastralCogoImporter Interface