ArcObjects Library Reference (Location)  

IReferenceDataTable.Name Property

Name of the reference data table.

[Visual Basic .NET]
Public ReadOnly Property Name As ITableName
[C#]
public ITableName Name {get;}
[C++]
HRESULT get_Name(
  ITableName** Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type ITableName

Product Availability

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

Description

Returns a TableName object that describes the data source.

See Also

IReferenceDataTable Interface