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




Specifies whether to keep collapsed zero-length lines as points if any are found in the process. This option applies only when NO_CHECK is specified or when both FLAG_ERRORS and CHECK options are specified. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.