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


IBasicLineSymbol.Stroke Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBasicLineSymbol Interface > IBasicLineSymbol.Stroke Property
ArcGIS Developer Help

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