ArcObjects Library Reference (Cadastral)  

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