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


IGPAddressLocatorStyle.ReferenceDataTableCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

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(
  long* 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