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