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


IGPAddressLocatorStyle.ReferenceDataTableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGPAddressLocatorStyle Interface > IGPAddressLocatorStyle.ReferenceDataTableName Property
ArcGIS Developer Help

IGPAddressLocatorStyle.ReferenceDataTableName Property

Display name of the indicated reference data table.

[Visual Basic .NET]
Public Function get_ReferenceDataTableName ( _
    ByVal index As Integer _
) As String
[Visual Basic .NET]
Public Sub set_ReferenceDataTableName ( _
    ByVal index As Integer, _
    ByVal Name As String _
)
[C#]
public string get_ReferenceDataTableName (
    int index
);
[C#]
public void set_ReferenceDataTableName (
    int index,
    string Name
);
[C++]
HRESULT get_ReferenceDataTableName(
  long index,
  System.String* Name
);
[C++]
HRESULT put_ReferenceDataTableName(
  long index,
  BSTR Name
);
[C++]
Parameters
index [in]

index is a parameter of type long Name [out, retval]
Name is a parameter of type BSTR* index [in]
index is a parameter of type long Name [in]
Name is a parameter of type BSTR

Product Availability

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

See Also

IGPAddressLocatorStyle Interface