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


ILegendFormat2.DefaultLinePatch Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILegendFormat2.DefaultLinePatch Property

Line patch. Can be overridden by the LegendItem.

[Visual Basic .NET]
Public Property DefaultLinePatch As ILinePatch
[C#]
public ILinePatch DefaultLinePatch {get; set;}
[C++]
HRESULT get_DefaultLinePatch(
  ILinePatch** patch
);
[C++]
HRESULT put_DefaultLinePatch(
  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.

See Also

ILegendFormat2 Interface