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


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

ILegendClassFormat.AreaPatch Property

The area patch. (Optional. If non-null, this overrides default area patch specified by ILegend.LegendFormat).

[Visual Basic .NET]
Public Property AreaPatch As IAreaPatch
[C#]
public IAreaPatch AreaPatch {get; set;}
[C++]
HRESULT get_AreaPatch(
  IAreaPatch** Shape
);
[C++]
HRESULT put_AreaPatch(
  IAreaPatch* Shape
);
[C++]
Parameters
Shape [out, retval]

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

Product Availability

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

See Also

ILegendClassFormat Interface