This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendFormat2 Interface > ILegendFormat2.DefaultAreaPatch Property (ArcObjects .NET 10.4 SDK) |
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