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