This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICartographicLineSymbol Interface > ICartographicLineSymbol.Cap Property (ArcObjects .NET 10.4 SDK) |
Line end cap style.
[Visual Basic .NET] Public Property Cap As esriLineCapStyle
[C#] public esriLineCapStyle Cap {get; set;}
[C++]
HRESULT get_Cap(
esriLineCapStyle* capStyle
);
[C++]
HRESULT put_Cap(
esriLineCapStyle capStyle
);
[C++]
Parameters capStyle [out, retval]
capStyle is a parameter of type esriLineCapStyle capStyle [in]
capStyle is a parameter of type esriLineCapStyle
Cap is the enumeration that defines the line start and end nodes. There are three options: esriLCSButt, esriLCSRound, and esriLCSSquare. esriLCSButt is the default Cap.