ArcFM Engine Developer Guide
Write Method (IMMPacketAdapter)


Syntax
'Declaration
 
Function Write( _
   ByVal Packet As IMMPacket, _
   ByVal Hook As Object _
) As Boolean
'Usage
 
Dim instance As IMMPacketAdapter
Dim Packet As IMMPacket
Dim Hook As Object
Dim value As Boolean
 
value = instance.Write(Packet, Hook)
bool Write( 
   IMMPacket Packet,
   object Hook
)

Parameters

Packet
Hook
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

IMMPacketAdapter Interface
IMMPacketAdapter Members

 

 


Send Comment