This document is archived and information here might be outdated. Recommended version. |
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*