The associated network dataset.
[Visual Basic .NET] Public ReadOnly Property NetworkDataset As INetworkDataset
[C#] public INetworkDataset NetworkDataset {get;}
[C++]
HRESULT get_NetworkDataset(
INetworkDataset** NetworkDataset
);
[C++]Parameters
NetworkDataset [out, retval]NetworkDataset is a parameter of type INetworkDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
The NetworkDataset property holds a reference to the NetworkDataset that the locator is bound to and is used for locating network locations. The property is set by calling INALocator::Bind.