ILocatorDataset Interface
Provides access to members for retrieving objects associated with the Locator.
When To Use
Use the ILocatorDataset interface to retrieve objects that are related to the locator.
Members
Name | Description | |
---|---|---|
![]() |
FullName | The Name object for the locator. |
![]() |
LocatorWorkspace | The locator workspace that contains the locator. |
ILocatorDataset.FullName Property
The Name object for the locator.
Public ReadOnly Property FullName As ILocatorName
public ILocatorName FullName {get;}
Description
Returns a reference to a LocatorName object that represents the locator.
ILocatorDataset.LocatorWorkspace Property
The locator workspace that contains the locator.
Public ReadOnly Property LocatorWorkspace As ILocatorWorkspace
public ILocatorWorkspace LocatorWorkspace {get;}
Description
Returns a reference to the locator workspace that contains the locator.
Classes that implement ILocatorDataset
Classes | Description |
---|