Returns the locator workspace for an ArcGIS server connection.
[Visual Basic .NET] Public Function GetAGSLocatorWorkspace ( _ ByVal serverConnection As IAGSServerConnectionName _ ) As ILocatorWorkspace
[C#] public ILocatorWorkspace GetAGSLocatorWorkspace ( IAGSServerConnectionName serverConnection );
[C++]
HRESULT GetAGSLocatorWorkspace(
IAGSServerConnectionName* serverConnection,
ILocatorWorkspace** locWks
);
[C++]Parameters
serverConnection [in]serverConnection is a parameter of type IAGSServerConnectionName
locWks [out, retval]locWks is a parameter of type ILocatorWorkspace
Product Availability
Remarks
An ArcGIS Server can serve GeocodeServers which can be used by ArcGIS like any other locator. Use this method to return a reference to an AGSLocatorWorkspace that contains locators that represent the GeocodeServers served by the ArcGIS Server. The serverConnection parameter is a reference to an AGSServerConnectionName object that represents the ArcGIS Server connection.
See Also
ILocatorManager2 Interface | ILocatorWorkspaceName2.AGSServerConnectionName Property | GeocodeServer Class | AGSAddressLocator Class | AGSLocatorWorkspace Class | ILocatorManager2.GetAGSLocatorWorkspace Method | IEnumServerObjectType Interface | IEnumServerObjectTypeInfo Interface | ServerObject Class | ILocatorManager2.GetAGSLocatorWorkspace Method