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


IGeocodeServerSingleLine.GetDefaultInputFieldNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodeServerSingleLine Interface > IGeocodeServerSingleLine.GetDefaultInputFieldNames Method
ArcGIS Developer Help

IGeocodeServerSingleLine.GetDefaultInputFieldNames Method

Recognized names for the single line input field.

[Visual Basic .NET]
Public Function GetDefaultInputFieldNames ( _
) As Object
[C#]
public object GetDefaultInputFieldNames (
);
[C++]
HRESULT GetDefaultInputFieldNames(
void
);

Product Availability

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

See Also

IGeocodeServerSingleLine Interface