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


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

IMapServerLegendPatch.AreaPatch Property

The area patch.

[Visual Basic .NET]
Public Property AreaPatch As IAreaPatch
[C#]
public IAreaPatch AreaPatch {get; set;}
[C++]
HRESULT get_AreaPatch(
  IAreaPatch** patch
);
[C++]
HRESULT put_AreaPatch(
  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.

Remarks

Assign a custom shape to the symbol such as a triangle or rounded polygon.

See Also

IMapServerLegendPatch Interface