This document is archived and information here might be outdated. Recommended version. |
The datalayer at the specified index in the collection of DataLayers of the network analysis layer.
[Visual Basic .NET] Public Function get_DataLayer ( _ ByVal Index As Integer _ ) As IDataLayer
[C#] public IDataLayer get_DataLayer ( int Index );
[C++]
HRESULT get_DataLayer(
long Index,
IDataLayer** DataLayer
);
[C++] Parameters Index [in]
Index is a parameter of type long DataLayer [out, retval]
DataLayer is a parameter of type IDataLayer**