ArcObjects Library Reference (Display)  

IBasicLineSymbol.Stroke Property

Line stroke of a basic line symbol.

[Visual Basic .NET]
Public Property Stroke As ILineStroke
[C#]
public ILineStroke Stroke {get; set;}
[C++]
HRESULT get_Stroke(
  ILineStroke** Stroke
);
[C++]
HRESULT putref_Stroke(
  ILineStroke* Stroke
);
[C++]

Parameters

Stroke [out, retval]

  Stroke is a parameter of type ILineStroke

Stroke [in]

  Stroke is a parameter of type ILineStroke

Product Availability

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

See Also

IBasicLineSymbol Interface