Miner.Interop Namespace > IMMModelNameManager Interface : TablesFromModelNameWS Method |
'Declaration
Function TablesFromModelNameWS( _ ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _ ByVal bstrModelName As System.String _ ) As IMMEnumTable
'Usage
Dim instance As IMMModelNameManager Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace Dim bstrModelName As System.String Dim value As IMMEnumTable value = instance.TablesFromModelNameWS(pWorkspace, bstrModelName)
IMMEnumTable TablesFromModelNameWS( ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace, System.string bstrModelName )
function TablesFromModelNameWS( pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace; bstrModelName: System.String ): IMMEnumTable;
function TablesFromModelNameWS( pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace, bstrModelName : System.String ) : IMMEnumTable;
IMMEnumTable* TablesFromModelNameWS( ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace, System.string* bstrModelName )
IMMEnumTable^ TablesFromModelNameWS( ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace, System.String^ bstrModelName )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2