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


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

IGPUtilities.CreateTableNameEx Method

Creates a table name object from the given catalog path; optionally deals with feature service urls.

[Visual Basic .NET]
Public Function CreateTableNameEx ( _
    ByVal catalogPath As String, _
    ByVal bCheckService As Boolean _
) As IName
[C#]
public IName CreateTableNameEx (
    string catalogPath,
    bool bCheckService
);
[C++]
HRESULT CreateTableNameEx(
  BSTR catalogPath,
  VARIANT_BOOL bCheckService
);
[C++]
Parameters
catalogPath [in]

catalogPath is a parameter of type BSTR bCheckService
bCheckService is a parameter of type bool

Product Availability

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

See Also

IGPUtilities Interface