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


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

INALocator.NetworkDataset Property

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.

See Also

INALocator Interface