ArcFM Responder Mobile Developer Guide
CalculateWorkFunction Method (IMMWorkFunctionCalculator)






Syntax
'Declaration
 
Sub CalculateWorkFunction( _
   ByVal pParent As ID8List, _
   ByVal pChildItem As ID8ListItem, _
   ByVal eChangeType As mmChangeType _
) 
'Usage
 
Dim instance As IMMWorkFunctionCalculator
Dim pParent As ID8List
Dim pChildItem As ID8ListItem
Dim eChangeType As mmChangeType
 
instance.CalculateWorkFunction(pParent, pChildItem, eChangeType)
void CalculateWorkFunction( 
   ID8List pParent,
   ID8ListItem pChildItem,
   mmChangeType eChangeType
)
procedure CalculateWorkFunction( 
    pParent: ID8List;
    pChildItem: ID8ListItem;
    eChangeType: mmChangeType
); 
function CalculateWorkFunction( 
   pParent : ID8List,
   pChildItem : ID8ListItem,
   eChangeType : mmChangeType
);

Parameters

pParent
pChildItem
eChangeType
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

IMMWorkFunctionCalculator Interface
IMMWorkFunctionCalculator Members

Send Feedback