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


IMultiLayerLineSymbol.Layer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMultiLayerLineSymbol Interface > IMultiLayerLineSymbol.Layer Property
ArcGIS Developer Help

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