ArcObjects Library Reference (NetworkAnalyst)  

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