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




Specifies whether or not to preserve the endpoints for isolated polygon rings. This option works with the PAEK algorithm only. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property endpoint_option As String
Visual Basic (Usage)Copy Code
Dim instance As SmoothPolygon
Dim value As String
 
instance.endpoint_option = value
 
value = instance.endpoint_option
C# 
public string endpoint_option {get; set;}

See Also

© 2010 All Rights Reserved.