ArcFM Responder Mobile Developer Guide
WorkFunctionCount Method (IMMDesignerAddUtility)






Syntax
'Declaration
 
Function WorkFunctionCount( _
   ByVal pList As ID8List, _
   ByVal eWorkfunction As mmd8WorkFunction, _
   ByRef bMatching As System.Boolean, _
   ByRef bRecurse As System.Boolean _
) As System.Integer
'Usage
 
Dim instance As IMMDesignerAddUtility
Dim pList As ID8List
Dim eWorkfunction As mmd8WorkFunction
Dim bMatching As System.Boolean
Dim bRecurse As System.Boolean
Dim value As System.Integer
 
value = instance.WorkFunctionCount(pList, eWorkfunction, bMatching, bRecurse)
System.int WorkFunctionCount( 
   ID8List pList,
   mmd8WorkFunction eWorkfunction,
   ref System.bool bMatching,
   ref System.bool bRecurse
)
function WorkFunctionCount( 
    pList: ID8List;
    eWorkfunction: mmd8WorkFunction;
   var  bMatching: System.Boolean;
   var  bRecurse: System.Boolean
): System.Integer; 
function WorkFunctionCount( 
   pList : ID8List,
   eWorkfunction : mmd8WorkFunction,
   bMatching : System.boolean,
   bRecurse : System.boolean
) : System.int;
System.int WorkFunctionCount( 
   ID8List* pList,
   mmd8WorkFunction eWorkfunction,
   ref System.bool bMatching,
   ref System.bool bRecurse
) 
System.int WorkFunctionCount( 
   ID8List^ pList,
   mmd8WorkFunction eWorkfunction,
   System.bool% bMatching,
   System.bool% bRecurse
) 

Parameters

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

IMMDesignerAddUtility Interface
IMMDesignerAddUtility Members

Send Feedback