ArcFM Solution Developer Guide
Shutdown Method (__PxApplication)


Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(4)>
<System.Runtime.InteropServices.PreserveSigAttribute()>
Sub Shutdown( _
   ByRef bCancel As System.Boolean _
) 
'Usage
 
Dim instance As __PxApplication
Dim bCancel As System.Boolean
 
instance.Shutdown(bCancel)
[System.Runtime.InteropServices.DispId(4)]
[System.Runtime.InteropServices.PreserveSig()]
void Shutdown( 
   out System.bool bCancel
)

Parameters

bCancel
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

__PxApplication Interface
__PxApplication Members

 

 


Send Comment