ArcFM Responder Mobile Developer Guide
ByteArrayToStdPicture Method (IMMPxHelper)






Syntax
'Declaration
 
Function ByteArrayToStdPicture( _
   ByVal vByteArray As System.Object _
) As stdole.IPictureDisp
'Usage
 
Dim instance As IMMPxHelper
Dim vByteArray As System.Object
Dim value As stdole.IPictureDisp
 
value = instance.ByteArrayToStdPicture(vByteArray)
stdole.IPictureDisp ByteArrayToStdPicture( 
   System.object vByteArray
)
function ByteArrayToStdPicture( 
    vByteArray: System.TObject
): stdole.IPictureDisp; 
function ByteArrayToStdPicture( 
   vByteArray : System.Object
) : stdole.IPictureDisp;
stdole.IPictureDisp* ByteArrayToStdPicture( 
   System.Object* vByteArray
) 
stdole.IPictureDisp^ ByteArrayToStdPicture( 
   System.Object^ vByteArray
) 

Parameters

vByteArray
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPxHelper Interface
IMMPxHelper Members

Send Feedback