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


ILegendFormat.DefaultAreaPatch Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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