This document is archived and information here might be outdated. Recommended version. |
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