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