This document is archived and information here might be outdated. Recommended version. |
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*