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




Sets the minimum width of the dual-line features to derive centerline. The minimum width must be greater than or equal to zero, and it must be less than the maximum width. The default value is zero. You can specify a preferred unit; the default is the feature unit. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property minimum_width As Object
Visual Basic (Usage)Copy Code
Dim instance As CollapseDualLinesToCenterline
Dim value As Object
 
instance.minimum_width = value
 
value = instance.minimum_width
C# 
public object minimum_width {get; set;}

See Also

© 2010 All Rights Reserved.