CartographyTools | |
SetRepresentationControlPointByAngle Constructor(Object,Double) | |
See Also Send Feedback |
ESRI.ArcGIS.CartographyTools Namespace > SetRepresentationControlPointByAngle Class > SetRepresentationControlPointByAngle Constructor : SetRepresentationControlPointByAngle Constructor(Object,Double) |
- in_features
- 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. A vertex with its inner angle less than or equal to the specified maximum angle will be set as a representation control point. The angle value must be greater than zero and less than 180 decimal degrees. (In, Required)
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 New SetRepresentationControlPointByAngle(in_features, maximum_angle) |
C# | |
---|---|
public SetRepresentationControlPointByAngle( object in_features, double maximum_angle ) |
Parameters
- in_features
- 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. A vertex with its inner angle less than or equal to the specified maximum angle will be set as a representation control point. The angle value must be greater than zero and less than 180 decimal degrees. (In, Required)
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family