Indicates if a dataset has an attached locator.
[Visual Basic .NET] Public Function HasLocatorAttached ( _ ByVal datasetName As IDatasetName _ ) As Boolean
[C#] public bool HasLocatorAttached ( IDatasetName datasetName );
[C++]
HRESULT HasLocatorAttached(
IDatasetName* datasetName,
VARIANT_BOOL* bHasLocatorAttached
);
[C++]Parameters
datasetName [in]datasetName is a parameter of type IDatasetName
bHasLocatorAttached [out, retval] bHasLocatorAttached is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The HasLocatorAttached method indicates if the dataset specified by the DatasetName parameter has an AttachedLocator. A dataset usually has an AttachedLocator if it was created using a locator.
See Also
ILocatorManager Interface | ILocatorManager.HasLocatorAttached Method | ILocatorManager.GetLocatorFromDataset Method | ILocatorAttach2.AttachLocator Method | ILocatorAttach2 Interface | ILocatorManager Interface | AttachedLocator Class | ILocatorManager.GetLocatorFromDataset Method | IAttachedLocator Interface | ILocatorManager.HasLocatorAttached Method | ILocatorManager2 Interface