ESRI.ArcGIS.EditingTools
max_angle Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.EditingTools Namespace > Densify Class : max_angle Property




The maximum angle that the output geometry can be from the input geometry. This parameter specifically deals with the simplification of curves. The input angle can be between 0 and 90 degrees. The default value is the value used to convert Feature Classes to Shapefiles. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.