ArcObjects Library Reference (GeoDatabase)  

ILocatorDataset.FullName Property

The Name object for the locator.

[Visual Basic .NET]
Public ReadOnly Property FullName As ILocatorName
[C#]
public ILocatorName FullName {get;}
[C++]
HRESULT get_FullName(
  ILocatorName** ppLocName
);
[C++]

Parameters

ppLocName [out, retval]

  ppLocName is a parameter of type ILocatorName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns a reference to a LocatorName object that represents the locator.

See Also

ILocatorDataset Interface | ILocatorWorkspace.GetLocatorName Method | ILocatorName Interface | LocatorName Class