Gets a locator style.
[Visual Basic 6.0] Function GetLocatorStyle(
ByVal Name As String _
) As ILocatorStyle
[Visual Basic .NET] Public Function GetLocatorStyle ( _ ByVal Name As String _ ) As ILocatorStyle
[C#] public ILocatorStyle GetLocatorStyle ( string Name );
[Java] public ILocatorStyle getLocatorStyle ( String Name ) throws IOException, AutomationException
[C++] HRESULT GetLocatorStyle( BSTR Name, ILocatorStyle** aLocatorStyle );
Parameters
Name [in]
Name is a parameter of type BSTR
aLocatorStyle [out, retval]
aLocatorStyle is a parameter of type ILocatorStyle
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 | IGxNewLocator Interface | ILocatorStyle Interface | ILocatorWorkspace.GetLocatorStyle Method | ESRIFDOAddressLocatorStyle Class | StreetMapAddressLocatorStyle Class