ArcFM Solution Developer Guide
Add Method (IMMDataObjectFiles)


Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2)>
<System.Runtime.InteropServices.PreserveSigAttribute()>
Sub Add( _
   ByVal FileName As System.String, _
   Optional ByVal ItemIndex As System.Object _
) 
'Usage
 
Dim instance As IMMDataObjectFiles
Dim FileName As System.String
Dim ItemIndex As System.Object
 
instance.Add(FileName, ItemIndex)
[System.Runtime.InteropServices.DispId(2)]
[System.Runtime.InteropServices.PreserveSig()]
void Add( 
   System.string FileName,
   System.object ItemIndex
)

Parameters

FileName
ItemIndex
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

IMMDataObjectFiles Interface
IMMDataObjectFiles Members

 

 


Send Comment