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


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

ILegendFormat.DefaultAreaPatch Property

Area patch. Can be overridden by the LegendItem.

[Visual Basic .NET]
Public Property DefaultAreaPatch As IAreaPatch
[C#]
public IAreaPatch DefaultAreaPatch {get; set;}
[C++]
HRESULT get_DefaultAreaPatch(
  IAreaPatch** patch
);
[C++]
HRESULT put_DefaultAreaPatch(
  IAreaPatch* patch
);
[C++]
Parameters
patch [out, retval]

patch is a parameter of type IAreaPatch** patch [in]
patch is a parameter of type IAreaPatch*

Product Availability

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

See Also

ILegendFormat Interface