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 > ILegendClassFormat Interface > ILegendClassFormat.LinePatch Property (ArcObjects .NET 10.5 SDK) |
The line patch. (Optional. If non-null, this overrides default line patch specified by ILegend.LegendFormat).
[Visual Basic .NET] Public Property LinePatch As ILinePatch
[C#] public ILinePatch LinePatch {get; set;}
[C++]
HRESULT get_LinePatch(
ILinePatch** Shape
);
[C++]
HRESULT put_LinePatch(
ILinePatch* Shape
);
[C++]
Parameters Shape [out, retval]
Shape is a parameter of type ILinePatch Shape [in]
Shape is a parameter of type ILinePatch