This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorWorkspace Interface > ILocatorWorkspace.UpdateLocator Method (ArcObjects .NET 10.4 SDK) |
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
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.
ILocatorWorkspace Interface | ILocatorWorkspace.GetLocator Method | ILocator Interface | ILocatorWorkspace.UpdateLocator Method | StreetMapAddressLocator Class | ESRIFDOAddressLocatorStyle Class | ESRIFDOAddressLocator Class | StreetMapAddressLocatorStyle Class | LocatorExtension Class | GxLocator Class