ArcFM Engine Developer Guide
WorkFunctionCount Method (IMMDesignerAddUtility)


Syntax
'Declaration
 
Function WorkFunctionCount( _
   ByVal pList As ID8List, _
   ByVal eWorkfunction As mmd8WorkFunction, _
   ByRef bMatching As Boolean, _
   ByRef bRecurse As Boolean _
) As Integer
'Usage
 
Dim instance As IMMDesignerAddUtility
Dim pList As ID8List
Dim eWorkfunction As mmd8WorkFunction
Dim bMatching As Boolean
Dim bRecurse As Boolean
Dim value As Integer
 
value = instance.WorkFunctionCount(pList, eWorkfunction, bMatching, bRecurse)
int WorkFunctionCount( 
   ID8List pList,
   mmd8WorkFunction eWorkfunction,
   ref bool bMatching,
   ref bool bRecurse
)

Parameters

pList
eWorkfunction
bMatching
bRecurse
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

IMMDesignerAddUtility Interface
IMMDesignerAddUtility Members

 

 


Send Comment