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


IMapServerLegendPatch.LinePatch Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServerLegendPatch.LinePatch Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Assign a custom line shape to the symbol such as a zigzag line.

See Also

IMapServerLegendPatch Interface