This document is archived and information here might be outdated. Recommended version. |
Line patch. Can be overridden by the LegendItem.
[Visual Basic .NET] Public Property DefaultLinePatch As ILinePatch
[C#] public ILinePatch DefaultLinePatch {get; set;}
[C++]
HRESULT get_DefaultLinePatch(
ILinePatch** patch
);
[C++]
HRESULT put_DefaultLinePatch(
ILinePatch* patch
);
[C++] Parameters patch [out, retval]
patch is a parameter of type ILinePatch** patch [in]
patch is a parameter of type ILinePatch*