ESRI.ArcGIS.CartographyTools
maximum_angle Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
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. 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;}

See Also

© 2010 All Rights Reserved.