This document is archived and information here might be outdated. Recommended version. |
Layer at a given index.
[Visual Basic .NET] Public Function get_Layer ( _ ByVal index As Integer _ ) As IBasicSymbol
[C#] public IBasicSymbol get_Layer ( int index );
[C++]
HRESULT get_Layer(
long index,
IBasicSymbol** Symbol
);
[C++] Parameters index [in]
index is a parameter of type long Symbol [out, retval]
Symbol is a parameter of type IBasicSymbol**