This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBasicLineSymbol Interface > IBasicLineSymbol.Stroke Property (ArcObjects .NET 10.4 SDK) |
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