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


IGpDispatch.QualifyFieldName Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.QualifyFieldName Method

Qualifies a field name for the workspace and connected user.

[Visual Basic .NET]
Public Function QualifyFieldName ( _
    ByVal inputFieldName As String, _
    [ByRef Workspace As Object] _
) As String
[C#]
public string QualifyFieldName (
    string inputFieldName,
    ref object Workspace
);
[C#]

Optional Values

Workspace   To indicate that this parameter is undefined, first define a variable object Missing=Type.Missing; then pass this in as ref Missing.
[C++]
HRESULT QualifyFieldName(
  BSTR inputFieldName,
  VARIANT* Workspace,
  BSTR* outputFieldName
);
[C++]

Parameters inputFieldName [in] inputFieldName is a parameter of type BSTR Workspace [optional] Workspace is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND. outputFieldName [out, retval] outputFieldName is a parameter of type BSTR

Product Availability

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

See Also

IGpDispatch Interface