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.