ArcObjects Library Reference (Carto)  

IACSimpleLineSymbol.CapType Property

The line cap type.

[Visual Basic .NET]
Public Property CapType As acCapType
[C#]
public acCapType CapType {get; set;}
[C++]
HRESULT get_CapType(
  acCapType* Type
);
[C++]
HRESULT put_CapType(
  acCapType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type acCapType

Type [in]

  Type is a parameter of type acCapType

Product Availability

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

See Also

IACSimpleLineSymbol Interface