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


ILocatorDataset.FullName Property (ArcObjects .NET 10.5 SDK)
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