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


IMapServerLegendPatch.LinePatch Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerLegendPatch Interface > IMapServerLegendPatch.LinePatch Property
ArcGIS Developer Help

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