This document is archived and information here might be outdated. Recommended version. |
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*
The name of the cadastral table.
Use the TableName property to retrieve the name of the table that the field edits apply to.
HRESULT get_TableName(
BSTR* name
);