ArcFM Solution Developer Guide
TablesFromModelNameWS Method






IWorkspace
A string expression that determines the name
Given a workspace and a model name, this routine returns a subset of those tables that contain the model name.
Syntax
'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
) 

Parameters

pWorkspace
IWorkspace
bstrModelName
A string expression that determines the name

Return Value

Returns an object that implements the IMMEnumTable interface
Requirements

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

See Also

Reference

IMMModelNameManager Interface
IMMModelNameManager Members

Send Feedback