ArcObjects Library Reference  (Location)    

IReferenceDataTable.Name Property

Name of the reference data table.

[Visual Basic 6.0]
Property Name As ITableName
[Visual Basic .NET]
Public ReadOnly Property Name As ITableName
[C#]
public ITableName Name {get;}
[Java]
public ITableName getName()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page