This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.ParseTableName Method (ArcObjects .NET 10.5 SDK) |
Parse a table name within the given workspace. This will strip the connected user and database names.
[Visual Basic .NET] Public Function ParseTableName ( _ ByVal inputTableName As String, _ ByVal Workspace As String _ ) As String
[C#] public string ParseTableName ( string inputTableName, string Workspace );
[C++]
HRESULT ParseTableName(
BSTR inputTableName,
BSTR Workspace,
BSTR* outputParsedName
);
[C++]
Parameters inputTableName [in] inputTableName is a parameter of type BSTR Workspace [in] Workspace is a parameter of type BSTR outputParsedName [out, retval] outputParsedName is a parameter of type BSTR