This document is archived and information here might be outdated.  Recommended version.


ICartographicLineSymbol.Cap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICartographicLineSymbol Interface > ICartographicLineSymbol.Cap Property
ArcGIS Developer Help

ICartographicLineSymbol.Cap Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ICartographicLineSymbol Interface