ArcFM Engine Developer Guide
CalculateWorkFunction Method (MMWorkFunctionCalcObjectClass)


Syntax
'Declaration
 
Public Overridable Sub CalculateWorkFunction( _
   ByVal pParent As ID8List, _
   ByVal pChildItem As ID8ListItem, _
   ByVal eChangeType As mmChangeType _
) 
'Usage
 
Dim instance As MMWorkFunctionCalcObjectClass
Dim pParent As ID8List
Dim pChildItem As ID8ListItem
Dim eChangeType As mmChangeType
 
instance.CalculateWorkFunction(pParent, pChildItem, eChangeType)
public virtual 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

MMWorkFunctionCalcObjectClass Class
MMWorkFunctionCalcObjectClass Members

 

 


Send Comment