ArcFM Engine 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
)

Parameters

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

IMMWorkFunctionCalculator Interface
IMMWorkFunctionCalculator Members

 

 


Send Comment