ArcFM Server Developer Guide
TablesFromModelNameWS Method (IMMModelNameManager2)


Syntax
'Declaration
 
Function TablesFromModelNameWS( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal bstrModelName As String _
) As IMMEnumTable
'Usage
 
Dim instance As IMMModelNameManager2
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bstrModelName As String
Dim value As IMMEnumTable
 
value = instance.TablesFromModelNameWS(pWorkspace, bstrModelName)
IMMEnumTable TablesFromModelNameWS( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   string bstrModelName
)

Parameters

pWorkspace
bstrModelName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMModelNameManager2 Interface
IMMModelNameManager2 Members

 

 


Send Comment