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


ILegendFormat2.DefaultLinePatch Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendFormat2 Interface > ILegendFormat2.DefaultLinePatch Property
ArcGIS Developer Help

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