ArcFM Server Developer Guide
HandleBinaryRequest2 Method


Handles a binary request with explicit capabilities.
Syntax
'Declaration
 
Public Function HandleBinaryRequest2( _
   ByVal Capabilities As String, _
   ByRef request() As Byte _
) As Byte()
'Usage
 
Dim instance As ArcFMMapServer
Dim Capabilities As String
Dim request() As Byte
Dim value() As Byte
 
value = instance.HandleBinaryRequest2(Capabilities, request)
public byte[] HandleBinaryRequest2( 
   string Capabilities,
   ref byte[] request
)

Parameters

Capabilities
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