ESRI.ArcGIS.CartographyTools
ThinRoadNetwork Constructor(Object,Object,String,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > ThinRoadNetwork Class > ThinRoadNetwork Constructor : ThinRoadNetwork Constructor(Object,Object,String,String)




in_features
The input linear roads that should be thinned to create a simplified collection for display at smaller scales. (In, Required)
minimum_length
An indication of the shortest road segment that is sensible to display at the output scale. This controls the resolution, or density, of the resulting road collection. If the units are in point, mm, cm, or inches the value is considered in page units and the reference scale is taken into account. (In, Required)
invisibility_field
The field that stores the results of the tool. Features that participate in the resulting simplified road collection have a value of 0 (zero). Those that are extraneous have a value of 1. A layer definition query can be used to display the resulting road collection. This field must be present and named the same for each input feature class. (In, Required)
hierarchy_field
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)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal minimum_length As Object, _
   ByVal invisibility_field As String, _
   ByVal hierarchy_field As String _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim minimum_length As Object
Dim invisibility_field As String
Dim hierarchy_field As String
 
Dim instance As ThinRoadNetwork(in_features, minimum_length, invisibility_field, hierarchy_field)
C# 
public ThinRoadNetwork( 
   object in_features,
   object minimum_length,
   string invisibility_field,
   string hierarchy_field
)

Parameters

in_features
The input linear roads that should be thinned to create a simplified collection for display at smaller scales. (In, Required)
minimum_length
An indication of the shortest road segment that is sensible to display at the output scale. This controls the resolution, or density, of the resulting road collection. If the units are in point, mm, cm, or inches the value is considered in page units and the reference scale is taken into account. (In, Required)
invisibility_field
The field that stores the results of the tool. Features that participate in the resulting simplified road collection have a value of 0 (zero). Those that are extraneous have a value of 1. A layer definition query can be used to display the resulting road collection. This field must be present and named the same for each input feature class. (In, Required)
hierarchy_field
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)

See Also

© 2010 All Rights Reserved.