ArcFM Responder Mobile Developer Guide
Add Method (IMMTransporter)






Syntax
'Declaration
 
Function Add( _
   ByVal FilePath As System.String, _
   ByVal BinName As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMTransporter
Dim FilePath As System.String
Dim BinName As System.String
Dim value As System.Boolean
 
value = instance.Add(FilePath, BinName)
System.bool Add( 
   System.string FilePath,
   System.string BinName
)
function Add( 
    FilePath: System.String;
    BinName: System.String
): System.Boolean; 
function Add( 
   FilePath : System.String,
   BinName : System.String
) : System.boolean;
System.bool Add( 
   System.string* FilePath,
   System.string* BinName
) 
System.bool Add( 
   System.String^ FilePath,
   System.String^ BinName
) 

Parameters

FilePath
BinName
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

IMMTransporter Interface
IMMTransporter Members

Send Feedback