This document is archived and information here might be outdated. Recommended version. |
The line patch.
[Visual Basic .NET] Public Property LinePatch As ILinePatch
[C#] public ILinePatch LinePatch {get; set;}
[C++]
HRESULT get_LinePatch(
ILinePatch** patch
);
[C++]
HRESULT put_LinePatch(
ILinePatch* patch
);
[C++] Parameters patch [out, retval]
patch is a parameter of type ILinePatch** patch [in]
patch is a parameter of type ILinePatch*
Assign a custom line shape to the symbol such as a zigzag line.