ArcObjects Library Reference (Location)  

ILocatorManager.HasLocatorAttached Method

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.GetLocatorFromDataset Method | ILocatorAttach2.AttachLocator Method | ILocatorManager.HasLocatorAttached Method | ILocatorAttach2 Interface | ILocatorManager2 Interface | ILocatorManager Interface | ILocatorManager.HasLocatorAttached Method | AttachedLocator Class | IAttachedLocator Interface | ILocatorManager.GetLocatorFromDataset Method