ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor2.ValidateFieldName Method

Validate a field name within the given workspace.

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

Parameters

inputFieldName [in]   inputFieldName is a parameter of type BSTR Workspace [in]   Workspace is a parameter of type BSTR outputFieldName [out, retval]   outputFieldName is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessor2 Interface