ArcFM Desktop Developer Guide
Initialize Method (IMMWMSCUCostInfo)


Syntax
'Declaration
 
Function Initialize( _
   ByRef pPxApp As IMMPxApplication, _
   ByRef sWMSCode As String, _
   ByRef lWorkFunction As Integer _
) As Boolean
'Usage
 
Dim instance As IMMWMSCUCostInfo
Dim pPxApp As IMMPxApplication
Dim sWMSCode As String
Dim lWorkFunction As Integer
Dim value As Boolean
 
value = instance.Initialize(pPxApp, sWMSCode, lWorkFunction)
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

IMMWMSCUCostInfo Interface
IMMWMSCUCostInfo Members

 

 


Send Comment