ArcObjects Library Reference (Carto)  

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