ArcFM Engine Developer Guide
SetData Method


Syntax
'Declaration
 
Sub SetData( _
   Optional ByVal Data As Object, _
   Optional ByVal Format As Object _
) 
'Usage
 
Dim instance As IMMDataObject
Dim Data As Object
Dim Format As Object
 
instance.SetData(Data, Format)
void SetData( 
   object Data,
   object Format
)

Parameters

Data
Format
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

IMMDataObject Interface
IMMDataObject Members

 

 


Send Comment