This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IS > ISingleLineAddressInput Interface > ISingleLineAddressInput.SingleLineAddressField Property (ArcObjects .NET 10.4 SDK) |
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
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.