IReferenceDataField.InternalName Property
Internal name for the reference data field.
[Visual Basic .NET]
Public ReadOnly Property InternalName As String
[C#]
public string InternalName {get;}
[C++]
HRESULT get_InternalName(
System.String* Name
);
[C++]
Parameters
Name [out, retval]
Name is a parameter of type BSTR*
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The InternalName property returns the internal name for the ReferenceDataField used by the locator.
Remarks
The following is a listing of the internal names of the ReferenceDataFields used by the locators provided with ArcGIS 8:
- From - The beginning address number in a range of addresses.
- HouseNum - The street number of the address represented by the row in the reference data source; used by locators based on one of the US One Address locator styles.
- KeyField- For locators based on one of the Single Field locator styles, the field that contains the matchable attribute.
- LeftFrom - The beginning address number in a range of addreses for the left side of the street.
- LeftTo - The ending address number in a range of addreses for the left side of the street.
- LeftZone - The zone for the left side of the street.
- PreDir - The street prefix direction.
- PreType - The street prefix type.
- RightFrom - The beginning address number in a range of addreses for the right side of the street.
- RightTo - The ending address number in a range of addreses for the right side of the street.
- RightZone - The zone for the right side of the street.
- StreetName - The street name.
- StreetType - The street suffix type.
- SufDir - The street suffix direction.
- To - The ending address number in a range of addresses.
- ZIP - The ZIP code attribute for locators based on one of the ZIP locator styles.
- ZIP4 - The additional 4 digits of a ZIP+4 code for locators based on one of the ZIP+4 locator styles.
- ZIP4High - The maximum 4 digit code in a range of ZIP+4 codes.
- ZIP4Low - The minimum 4 digit code in a range of ZIP+4 codes.
- Zone - The zone attribute for locators that use zone information.
See Also
IReferenceDataField Interface