This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrix Interface > INAODCostMatrix.NetworkDatasetName Property (ArcObjects .NET 10.4 SDK) |
The name of the network dataset.
[Visual Basic .NET] Public ReadOnly Property NetworkDatasetName As IName
[C#] public IName NetworkDatasetName {get;}
[C++]
HRESULT get_NetworkDatasetName(
IName** Name
);
[C++]
Parameters Name [out, retval]
Name is a parameter of type IName
Returns the IName interface of the underlying network dataset associated with the matrix object.