ArcFM Server Developer Guide
HandleBinaryRequest Method


Handles a binary request.
Syntax
'Declaration
 
Public Function HandleBinaryRequest( _
   ByRef request() As Byte _
) As Byte()
'Usage
 
Dim instance As ArcFMMapServer
Dim request() As Byte
Dim value() As Byte
 
value = instance.HandleBinaryRequest(request)
public byte[] HandleBinaryRequest( 
   ref byte[] request
)

Parameters

request
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

ArcFMMapServer Class
ArcFMMapServer Members

 

 


Send Comment