CartographyTools
maximum_angle Property
See Also  Send Feedback
ESRI.ArcGIS.CartographyTools Namespace > SetRepresentationControlPointByAngle Class : maximum_angle Property




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)

Syntax

Visual Basic (Declaration) 
Public Property maximum_angle As Double
Visual Basic (Usage)Copy Code
Dim instance As SetRepresentationControlPointByAngle
Dim value As Double
 
instance.maximum_angle = value
 
value = instance.maximum_angle
C# 
public double maximum_angle {get; set;}

Requirements

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

See Also

© 2011 All Rights Reserved.