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 > ResolveBuildingConflicts 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 (zero) forced the building to retain visibility, although it may be moved somewhat to resolve conflicts. If this parameter is not used, feature importance will be assessed by the tool based on perimeter length and proximity to barrier features. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property hierarchy_field As String
Visual Basic (Usage)Copy Code
Dim instance As ResolveBuildingConflicts
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.