ArcFM Server Developer Guide
Initialize Method (IMMWMSCUCostInfo2)


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

Parameters

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

IMMWMSCUCostInfo2 Interface
IMMWMSCUCostInfo2 Members

 

 


Send Comment