ArcObjects Library Reference (Location)  

IReferenceDataIndexEdit.Name Property

Name of the geocoding index.

[Visual Basic .NET]
Public WriteOnly Property Name_2
[C#]
public void Name_2 {set;}
[C++]
HRESULT put_Name(
  BSTR 
);
[C++]

Parameters

[in]    is a parameter of type BSTR

Product Availability

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

Description

The Name property lets you specify the name of the Table or file to which the ReferenceDataIndex refers. This property only applies to pre-9.2 locators.

Remarks

The Table or file must be contained within the same Workspace as the ReferenceDataTable that it indexes.

See Also

IReferenceDataIndexEdit Interface