This document is archived and information here might be outdated.  Recommended version.


INAODCostMatrix.NetworkDatasetName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrix Interface > INAODCostMatrix.NetworkDatasetName Property
ArcGIS Developer Help

INAODCostMatrix.NetworkDatasetName Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Returns the IName interface of the underlying network dataset associated with the matrix object.

See Also

INAODCostMatrix Interface