This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALayer2 Interface > INALayer2.DataLayerByNAClassName Property (ArcObjects .NET 10.5 SDK) |
The network analysis layer or standalone table by class name.
[Visual Basic .NET] Public Function get_DataLayerByNAClassName ( _ ByVal Name As String _ ) As IDataLayer
[C#] public IDataLayer get_DataLayerByNAClassName ( string Name );
[C++]
HRESULT get_DataLayerByNAClassName(
BSTR Name,
IDataLayer** DataLayer
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR DataLayer [out, retval]
DataLayer is a parameter of type IDataLayer