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 String _
) As IMMEnumTable
'Usage
 
Dim instance As IMMModelNameManager
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
IWorkspace
bstrModelName
A string expression that determines the name

Return Value

Returns an object that implements the IMMEnumTable interface
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

IMMModelNameManager Interface
IMMModelNameManager Members

 

 


Send Comment