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


IArcInfoWorkspaceUtil.GetInfoTableName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IArcInfoWorkspaceUtil.GetInfoTableName Method

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

Product Availability

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

See Also

IArcInfoWorkspaceUtil Interface