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


IGeocodeServerSingleLine.GetDefaultInputFieldNames Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

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(
  VARIANT* fieldNames
);
[C++]

Parameters fieldNames [out, retval] fieldNames is a parameter of type VARIANT

Product Availability

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

See Also

IGeocodeServerSingleLine Interface