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




in_features
The feature class that contains the features for which representation rules will be calculated. (In, Required)
representation
The feature class representation that contains the representation rules that will be applied to features. This feature class representation must belong to the input feature class. (In, Required)
representation_rule
The representation rule to be applied to the input features by calculating the RuleID field. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_features
The feature class that contains the features for which representation rules will be calculated. (In, Required)
representation
The feature class representation that contains the representation rules that will be applied to features. This feature class representation must belong to the input feature class. (In, Required)
representation_rule
The representation rule to be applied to the input features by calculating the RuleID field. (In, Required)

See Also

© 2010 All Rights Reserved.