ArcFM Desktop Developer Guide
Cleanup Method (IMMPxApplicationEx2)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

String
Long
Method to clean up data associated with sessions or designs that have been deleted or completed. In/Out parameters of message (as string) and status (as long).
Syntax
'Declaration
 
Sub Cleanup( _
   ByRef sMsg As String, _
   ByRef Status As Integer _
) 
'Usage
 
Dim instance As IMMPxApplicationEx2
Dim sMsg As String
Dim Status As Integer
 
instance.Cleanup(sMsg, Status)
void Cleanup( 
   out string sMsg,
   out int Status
)

Parameters

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

IMMPxApplicationEx2 Interface
IMMPxApplicationEx2 Members

 

 


Send Comment