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


ICadastralCogoImporter.ControlPointTolerance 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.ControlPointTolerance Property
ArcGIS Developer Help

ICadastralCogoImporter.ControlPointTolerance Property

Control Point Snapping tolerance. Default 0.1 in units of source data's projection.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Use to get or set the control point search tolerance.

The ContolPointTolerance property is used by the importer when either importing fabric source data.

The tolerance is used to find the nearest existing control point in the fabric within this tolerance to the coordinate location of the incoming fabric point. If an existing control point is found during the import process, then the points are automatically linked as connected points.

See Also

ICadastralCogoImporter Interface