com.esri.arcgis.location
Interface ILocator2

All Superinterfaces:
ILocator, Serializable
All Known Implementing Classes:
ESRIFDOAddressLocator, ESRIFDOAddressLocatorStyle, ESRIGen2AddressLocator, ESRIGen2AddressLocatorStyle, ILocator2Proxy, RSLocator, StreetMapAddressLocator, StreetMapAddressLocatorStyle

public interface ILocator2
extends ILocator, Serializable

Provides access to members that describe general locator properties.

When To Use

Use the ILocator2 interface to return the date and time when the locator was built.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 Object getBuildTime()
          The date and time the locator was built.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ILocator
getCategory, getDescription, getName, getUserInterface, setDescription
 

Method Detail

getBuildTime

Object getBuildTime()
                    throws IOException,
                           AutomationException
The date and time the locator was built.

Remarks

The BulidTime property returns the date and time the locator was built.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.