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


IGPAddressLocatorStyle.ReferenceDataTableCount 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.ReferenceDataTableCount Property
ArcGIS Developer Help

IGPAddressLocatorStyle.ReferenceDataTableCount Property

Number of reference data tables needed for the style.

[Visual Basic .NET]
Public Property ReferenceDataTableCount As Integer
[C#]
public int ReferenceDataTableCount {get; set;}
[C++]
HRESULT get_ReferenceDataTableCount(
  System.Int32* Count
);
[C++]
HRESULT put_ReferenceDataTableCount(
  long Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long* Count [in]
Count is a parameter of type long

Product Availability

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

See Also

IGPAddressLocatorStyle Interface