This document is archived and information here might be outdated. Recommended version. |
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**
GetLayer returns an ILineSymbol from the specified index of the IMultiLayerLineSymbol.