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




in_features
The input feature layer containing line or polygon representations. (In, Required)
maximum_angle
The angle used to determine whether or not a vertex along a line or polygon boundary will be set as a representation control point. The angle value must be greater than zero and less than 180 decimal degrees. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal maximum_angle As Double _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim maximum_angle As Double
 
Dim instance As SetRepresentationControlPointByAngle(in_features, maximum_angle)
C# 
public SetRepresentationControlPointByAngle( 
   object in_features,
   double maximum_angle
)

Parameters

in_features
The input feature layer containing line or polygon representations. (In, Required)
maximum_angle
The angle used to determine whether or not a vertex along a line or polygon boundary will be set as a representation control point. The angle value must be greater than zero and less than 180 decimal degrees. (In, Required)

See Also

© 2010 All Rights Reserved.