ArcObjects Library Reference (Carto)  

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