This document is archived and information here might be outdated.  Recommended version.


ILegendClassFormat.LinePatch Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendClassFormat Interface > ILegendClassFormat.LinePatch Property
ArcGIS Developer Help

ILegendClassFormat.LinePatch Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILegendClassFormat Interface