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


IGeoProcessor.ValidateTableName 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.ValidateTableName Method
ArcGIS Developer Help

IGeoProcessor.ValidateTableName Method

Validate a table or feature class name within the given workspace.

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

inputTableName 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