ArcFM Solution Developer Guide
SetData Method


Syntax
'Declaration
 
Sub SetData( _
   Optional ByVal Data As System.Object, _
   Optional ByVal Format As System.Object _
) 
'Usage
 
Dim instance As IMMDataObject
Dim Data As System.Object
Dim Format As System.Object
 
instance.SetData(Data, Format)
void SetData( 
   System.object Data,
   System.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