This document is archived and information here might be outdated.  Recommended version.


ILocatorDataset.FullName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorDataset Interface > ILocatorDataset.FullName Property
ArcGIS Developer Help

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