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


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

ICadastralControlImporter.ControlPointTolerance Property

Control Point to fabric 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 importing control points.

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

See Also

ICadastralControlImporter Interface