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




The relative degree of positional accuracy associated with vertices of features in the feature class versus those in other feature classes participating in the topology. The feature class with the highest accurracy should get a higher rank (lower number, for example 1) than a feature class which is known to be less accurate. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property xy_rank As Integer
Visual Basic (Usage)Copy Code
Dim instance As AddFeatureClassToTopology
Dim value As Integer
 
instance.xy_rank = value
 
value = instance.xy_rank
C# 
public int xy_rank {get; set;}

See Also

© 2010 All Rights Reserved.