![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
| ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGPAddressLocatorStyle Interface > IGPAddressLocatorStyle.MappedTable Property (ArcObjects .NET 10.4 SDK) | 
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