This document is archived and information here might be outdated. Recommended version. |
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**
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.