ArcFM Desktop Developer Guide
Add Method (IMMPxCleanuplist)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Long
Long
Method to add a node to the cleanup list. Input parameters are node type ID and node ID (both as long).
Syntax
'Declaration
 
Sub Add( _
   ByVal lNodeTypeID As Integer, _
   ByVal lNodeID As Integer _
) 
'Usage
 
Dim instance As IMMPxCleanuplist
Dim lNodeTypeID As Integer
Dim lNodeID As Integer
 
instance.Add(lNodeTypeID, lNodeID)
void Add( 
   int lNodeTypeID,
   int lNodeID
)

Parameters

lNodeTypeID
Long
lNodeID
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

IMMPxCleanuplist Interface
IMMPxCleanuplist Members

 

 


Send Comment