ArcObjects Library Reference (GeoDatabase)  

ILocatorWorkspace.UpdateLocator Method

Modifies the properties of a locator.

[Visual Basic .NET]
Public Sub UpdateLocator ( _
    ByVal locator As ILocator _
)
[C#]
public void UpdateLocator (
    ILocator locator
);
[C++]
HRESULT UpdateLocator(
  ILocator* locator
);
[C++]

Parameters

locator [in]

  locator is a parameter of type ILocator

Product Availability

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

Remarks

To update a locator or locator style, first get the locator or locator style from the locator workspace using one of the members of the ILocatorWorkspace interface. Modify the properties of the locator or locator style, then update the locator or locator style using this method.

See Also

ILocatorWorkspace Interface | ILocator Interface | ILocatorWorkspace.UpdateLocator Method | ILocatorWorkspace.GetLocator Method | ESRIFDOAddressLocatorStyle Class | StreetMapAddressLocatorStyle Class | ESRIFDOAddressLocator Class | StreetMapAddressLocator Class | LocatorExtension Class | GxLocator Class

.NET Related Topics

Creating an address locator | How to work with geocoding properties