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 > SmoothLine Class : endpoint_option Property




Specifies whether to preserve the endpoints for closed lines. 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 SmoothLine
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.