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




Defines how the ends of representation stroke symbols are drawn. The default cap type of representation strokes is round, where the symbol is terminated with a semicircle of radius equal to stroke width is centered at the line endpoint. This tool changes cap type to BUTT or SQUARE. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.