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


IGpDispatch.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 > IGpDispatch Interface > IGpDispatch.ParseFieldName Method
ArcGIS Developer Help

IGpDispatch.ParseFieldName Method

Parses a field name into its constituent parts.

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

inputFieldName is a parameter of type BSTR Workspace [in, optional]
Workspace is a parameter of type VARIANT*

Product Availability

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

See Also

IGpDispatch Interface