ArcFM Desktop Developer Guide
Reorder Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IMMPxCleanuplist
Method reorders the cleanup list. In/Out parameter is an IMMPxCleanupList. Returns a boolean indicating whether reordering was successful.
Syntax
'Declaration
 
Function Reorder( _
   ByRef pList As IMMPxCleanuplist _
) As Boolean
'Usage
 
Dim instance As IMMPxCleanupReorder
Dim pList As IMMPxCleanuplist
Dim value As Boolean
 
value = instance.Reorder(pList)
bool Reorder( 
   out IMMPxCleanuplist pList
)

Parameters

pList
IMMPxCleanuplist

Return Value

Boolean
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

IMMPxCleanupReorder Interface
IMMPxCleanupReorder Members

 

 


Send Comment