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




in_features
The input feature layer containing features that may be in conflict. May be point, line, or polygon. (In, Required)
displacement_features
The displacement polygon features created by the Resolve Road Conflicts or the Merge Divided Roads tools which contain the degree and direction of displacement that took place to resolve conflicts. These polygons dictate the amount of displacement that will be propagated to the Input Features. (In, Required)
adjustment_style
Defines the type of adjustment that will be used when displacing input features. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal displacement_features As Object, _
   ByVal adjustment_style As String _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim displacement_features As Object
Dim adjustment_style As String
 
Dim instance As PropagateDisplacement(in_features, displacement_features, adjustment_style)
C# 
public PropagateDisplacement( 
   object in_features,
   object displacement_features,
   string adjustment_style
)

Parameters

in_features
The input feature layer containing features that may be in conflict. May be point, line, or polygon. (In, Required)
displacement_features
The displacement polygon features created by the Resolve Road Conflicts or the Merge Divided Roads tools which contain the degree and direction of displacement that took place to resolve conflicts. These polygons dictate the amount of displacement that will be propagated to the Input Features. (In, Required)
adjustment_style
Defines the type of adjustment that will be used when displacing input features. (In, Required)

See Also

© 2010 All Rights Reserved.