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


IArcInfoWorkspaceUtil.GetInfoTableName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoWorkspaceUtil Interface > IArcInfoWorkspaceUtil.GetInfoTableName Method
ArcGIS Developer Help

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
);
[C++]
Parameters
prefix [in]

prefix is a parameter of type BSTR

Product Availability

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

See Also

IArcInfoWorkspaceUtil Interface