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


IGeoProcessor.ParseFieldName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor Interface > IGeoProcessor.ParseFieldName Method
ArcGIS Developer Help

IGeoProcessor.ParseFieldName Method

Parse a field name within the given workspace. This will strip the connected user and database names.

[Visual Basic .NET]
Public Function ParseFieldName ( _
    ByVal inputFieldName As String, _
    ByVal Workspace As String _
) As String
[C#]
public string ParseFieldName (
    string inputFieldName,
    string Workspace
);
[C++]
HRESULT ParseFieldName(
  BSTR inputFieldName,
  BSTR Workspace
);
[C++]
Parameters
inputFieldName [in]

inputFieldName is a parameter of type BSTR Workspace [in]
Workspace is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessor Interface