ArcObjects Library Reference (Display)  

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