ESRI.ArcGIS.ParcelFabricTools
radial_point_tolerance Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ParcelFabricTools Namespace > LoadTopologyToParcelFabric Class : radial_point_tolerance Property




The tolerance in which new, computed curve center points are matched with existing curve center points found in the fabric. Furthermore, if several computed curve center points lie within this tolerance, they are averaged and merged into a single center point. If a radial tolerance is not specified, the default of 0.5 meters is used. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property radial_point_tolerance As Object
Visual Basic (Usage)Copy Code
Dim instance As LoadTopologyToParcelFabric
Dim value As Object
 
instance.radial_point_tolerance = value
 
value = instance.radial_point_tolerance
C# 
public object radial_point_tolerance {get; set;}

See Also

© 2010 All Rights Reserved.