Table mapped to the indicated reference data table.
[Visual Basic .NET] Public Function get_MappedTable ( _ ByVal refDataTable As String _ ) As IDETable
[Visual Basic .NET] Public Sub set_MappedTable ( _ ByVal refDataTable As String, _ ByVal Table As IDETable _ )
[C#] public IDETable get_MappedTable ( string refDataTable );
[C#] public void set_MappedTable ( string refDataTable, IDETable Table );
[C++]
HRESULT get_MappedTable(
BSTR refDataTable,
IDETable** Table
);
[C++]
HRESULT putref_MappedTable(
BSTR refDataTable,
IDETable* Table
);
[C++]Parameters
refDataTable [in] refDataTable is a parameter of type BSTR Table [out, retval]Table is a parameter of type IDETable
refDataTable [in] refDataTable is a parameter of type BSTR Table [in]Table is a parameter of type IDETable
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.