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




The accuracy category of the lines and polygons being migrated. Accuracy categories are defined by date of survey in the parcel fabric. Accuracy category 1 is the highest data accuracy (recently surveyed) and accuracy category 6 is the lowest data accuracy (year 1800 or lower). Accuracy categories are used in the fabric adjustment. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.