This document is archived and information here might be outdated. Recommended version. |
Gets a locator style.
[Visual Basic .NET] Public Function GetLocatorStyle ( _ ByVal Name As String _ ) As ILocatorStyle
[C#] public ILocatorStyle GetLocatorStyle ( string Name );
[C++]
HRESULT GetLocatorStyle(
BSTR Name
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR
The GetLocatorStyle method retrieves a locator style from a locator workspace.
The Name parameter is the name of the locator style that you want to retrieve from the locator workspace.
Within ArcSDE locator workspaces, locator style names are prefixed by the name of the SDE user that owns the locator style (usually the default SDE user), as in "SDE.US Streets with Zone". You must specify the SDE user as a part of the Name parameter when calling the GetLocatorStyle method on an ArcSDE locator workspace.
ILocatorWorkspace Interface | ILocatorStyle Interface | ILocatorWorkspace.GetLocatorStyle Method | ESRIFDOAddressLocatorStyle Class | StreetMapAddressLocatorStyle Class