ArcObjects Library Reference (Carto)  

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