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




The tolerance in which new, migrated fabric points are linked with existing control points found in the fabric. The tolerance length units are the same as the length units of the coordinate system of the fabric. If a Control Match Tolerance is not specified, the default of 0.1 meters is used. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.