ArcObjects Library Reference (Display)  

IMultiLayerLineSymbol.Layer Property

Line symbol per index value.

[Visual Basic .NET]
Public Function get_Layer ( _
    ByVal index As Integer _
) As ILineSymbol
[C#]
public ILineSymbol get_Layer (
    int index
);
[C++]
HRESULT get_Layer(
  long index,
  ILineSymbol** lineLayer
);
[C++]

Parameters

index [in]   index is a parameter of type long lineLayer [out, retval]

  lineLayer is a parameter of type ILineSymbol

Product Availability

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

Description

GetLayer returns an ILineSymbol from the specified index of the IMultiLayerLineSymbol.

See Also

IMultiLayerLineSymbol Interface