ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralTableFieldEdits.TableName Property

The name of the cadastral table.

[Visual Basic .NET]
Public ReadOnly Property TableName As String
[C#]
public string TableName {get;}
[C++]
HRESULT get_TableName(
  BSTR* Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR

Product Availability

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

Remarks

The name of the cadastral table.

Use the TableName property to retrieve the name of the table that the field edits apply to.

[C++]

See Also

ICadastralTableFieldEdits Interface