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