ArcObjects Library Reference (Location)  

ISingleLineAddressInput.SingleLineAddressField Property

Field needed to geocode a single line address.

[Visual Basic .NET]
Public ReadOnly Property SingleLineAddressField As IField
[C#]
public IField SingleLineAddressField {get;}
[C++]
HRESULT get_SingleLineAddressField(
  IField** singleLineField
);
[C++]

Parameters

singleLineField [out, retval]

  singleLineField is a parameter of type IField

Product Availability

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

Remarks

The SingleLineAddressField property returns a Field object that specifies the field that the locator uses to geocode addresses in a single line format. The IField::Name property is the internal field name used by the locator.

You can use the Field returned by this property to determine which field in a table contains address information using the DefaultInputFieldNames property.

See Also

ISingleLineAddressInput Interface