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


ICadastralTableFieldEdits.TableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralTableFieldEdits Interface > ICadastralTableFieldEdits.TableName Property
ArcGIS Developer Help

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(
  System.String* 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++]

HRESULT get_TableName(

BSTR* name

);

See Also

ICadastralTableFieldEdits Interface