Provides access to members that describe a locator.
When To Use
Use the ILocatorName interface to inspect the properties of a LocatorName object.
Members
Name | Description | |
---|---|---|
Category | Category of the locator. | |
Description | Description of the locator. | |
LocatorWorkspaceName | Name object for the locator workspace that contains the locator. | |
Name | Name of the locator. | |
Style | Indicates if this is a locator style. |
ILocatorName.Category Property
Category of the locator.
Public Property Category As String
public string Category {get; set;}
Description
The Category property returns the category of the locator or locator style represented by the LocatorName object.
Remarks
By default, address locator styles provided with ArcGIS, and address locators based on those locator styles, have a category of "Address".
ILocatorName.Description Property
Description of the locator.
Public Property Description As String
public string Description {get; set;}
Description
The Description property returns the description of the locator or locator style that the LocatorName object represents.
ILocatorName.LocatorWorkspaceName Property
Name object for the locator workspace that contains the locator.
Public Property LocatorWorkspaceName As ILocatorWorkspaceName
public ILocatorWorkspaceName LocatorWorkspaceName {get; set;}
Description
The LocatorWorkspaceName property returns the LocatorWorkspaceName object that represents the locator workspace that contains the locator or locator style represented by the LocatorName object.
ILocatorName.Name Property
Name of the locator.
Public Property Name As String
public string Name {get; set;}
Description
The Name property returns the name of the locator or locator style that the LocatorName object represents.
ILocatorName.Style Property
Indicates if this is a locator style.
Public Property Style As Boolean
public bool Style {get; set;}
Description
The Style property indicates if the LocatorName object represents a locator style.
Classes that implement ILocatorName
Classes | Description |
---|