ArcFM Desktop Developer Guide
Delete Method (IMMPxNodeDelete)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IMMPxApplication
String
Long
This method deletes a Process Framework node. Input parameters are the PxApplication (as IMMPxApplication), a message string (an in/out parameter), and a status (as long, also an in/out parameter).
Syntax
'Declaration
 
Sub Delete( _
   ByVal pPxApp As IMMPxApplication, _
   ByRef sMsg As String, _
   ByRef Status As Integer _
) 
'Usage
 
Dim instance As IMMPxNodeDelete
Dim pPxApp As IMMPxApplication
Dim sMsg As String
Dim Status As Integer
 
instance.Delete(pPxApp, sMsg, Status)
void Delete( 
   IMMPxApplication pPxApp,
   out string sMsg,
   out int Status
)

Parameters

pPxApp
IMMPxApplication
sMsg
String
Status
Long
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

IMMPxNodeDelete Interface
IMMPxNodeDelete Members

 

 


Send Comment