com.esri.arcgis.location
Interface IESRILocatorReleaseInfo
- All Superinterfaces: 
 - Serializable
 
- All Known Implementing Classes: 
 - ESRIFDOAddressLocator, ESRIFDOAddressLocatorStyle, ESRIGen2AddressLocator, ESRIGen2AddressLocatorStyle, IESRILocatorReleaseInfoProxy, StreetMapAddressLocatorStyle
 
public interface IESRILocatorReleaseInfo
- extends Serializable
 
Provides access to members that describe Esri locator release information.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
getRelease
String getRelease()
                  throws IOException,
                         AutomationException
- The description of locator release.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- Returns:
 - The esri_release
 - Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.