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




The field that contains hierarchical ranking of feature importance, where 1 is very important and larger integers reflect decreasing importance. A value of 0 forces the feature to remain visible in the output collection. This field must be present and named the same for each input feature class. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.