Modifies the properties of a locator.
[Visual Basic 6.0] Sub UpdateLocator(
ByVal locator As ILocator _
)
[Visual Basic .NET] Public Sub UpdateLocator ( _ ByVal locator As ILocator _ )
[C#] public void UpdateLocator ( ILocator locator );
[Java] public void updateLocator ( ILocator locator ) throws IOException, AutomationException
[C++] HRESULT UpdateLocator( ILocator* locator );
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 | ILocatorWorkspace.UpdateLocator Method | ILocator Interface | ESRIFDOAddressLocatorStyle Class | ESRIFDOAddressLocator Class | StreetMapAddressLocatorStyle Class | StreetMapAddressLocator Class | LocatorExtension Class | GxLocator Class | IAddressUI.RematchTable Method