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




in_line_or_polygon_features
The input line or polygon feature layer symbolized with a feature class representation. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_line_or_polygon_features As Object _
)
Visual Basic (Usage)Copy Code
Dim in_line_or_polygon_features As Object
 
Dim instance As SetRepresentationControlPointAtIntersect(in_line_or_polygon_features)
C# 
public SetRepresentationControlPointAtIntersect( 
   object in_line_or_polygon_features
)

Parameters

in_line_or_polygon_features
The input line or polygon feature layer symbolized with a feature class representation. (In, Required)

See Also

© 2010 All Rights Reserved.