This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoWorkspaceUtil Interface > IArcInfoWorkspaceUtil.GetInfoTableName Method (ArcObjects .NET 10.4 SDK) |
Maps a prefix to a table name.
[Visual Basic .NET] Public Function GetInfoTableName ( _ ByVal prefix As String _ ) As String
[C#] public string GetInfoTableName ( string prefix );
[C++]
HRESULT GetInfoTableName(
BSTR prefix,
BSTR* pTableName
);
[C++]
Parameters prefix [in] prefix is a parameter of type BSTR pTableName [out, retval] pTableName is a parameter of type BSTR