ArcFM Server Developer Guide
Initialize Method (clsCUCostInfoClass)


Syntax
'Declaration
 
Public Overridable Function Initialize( _
   ByRef pPxApp As IMMPxApplication, _
   ByRef sWMSCode As String, _
   ByRef lWorkFunction As Integer _
) As Boolean
'Usage
 
Dim instance As clsCUCostInfoClass
Dim pPxApp As IMMPxApplication
Dim sWMSCode As String
Dim lWorkFunction As Integer
Dim value As Boolean
 
value = instance.Initialize(pPxApp, sWMSCode, lWorkFunction)
public virtual bool Initialize( 
   ref IMMPxApplication pPxApp,
   ref string sWMSCode,
   ref int lWorkFunction
)

Parameters

pPxApp
sWMSCode
lWorkFunction
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

clsCUCostInfoClass Class
clsCUCostInfoClass Members

 

 


Send Comment