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


ILineFillSymbol.LineSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineFillSymbol Interface > ILineFillSymbol.LineSymbol Property
ArcGIS Developer Help

ILineFillSymbol.LineSymbol Property

Line symbol used for fill.

[Visual Basic .NET]
Public Property LineSymbol As ILineSymbol
[C#]
public ILineSymbol LineSymbol {get; set;}
[C++]
HRESULT get_LineSymbol(
  ILineSymbol** lineSym
);
[C++]
HRESULT putref_LineSymbol(
  ILineSymbol* lineSym
);
[C++]
Parameters
lineSym [out, retval]

lineSym is a parameter of type ILineSymbol** lineSym [in]
lineSym is a parameter of type ILineSymbol*

Product Availability

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

Description

LineSymbol is the line symbol used to draw the lines within the fill. Any line symbol supported by the ILineSymbol interface can be specified.

See Also

ILineFillSymbol Interface

.NET Samples

Use an AlgorithmicColorRamp to color a ClassBreaksRenderer