ArcFM Desktop Developer Guide
CalculateWorkFunction Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

ID8List
ID8ListItem
mmChangeType
Use this method to determine the criteria considered when evaluating whether to assign the Replace work function to a GU.
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
ID8List
pChildItem
ID8ListItem
eChangeType
mmChangeType
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