ArcFM Responder Mobile Developer Guide
Export Method (IMMPxXml)






Syntax
'Declaration
 
Function Export( _
   ByVal Id As System.Integer _
) As System.String
'Usage
 
Dim instance As IMMPxXml
Dim Id As System.Integer
Dim value As System.String
 
value = instance.Export(Id)
System.string Export( 
   System.int Id
)
function Export( 
    Id: System.Integer
): System.String; 
function Export( 
   Id : System.int
) : System.String;
System.string* Export( 
   System.int Id
) 
System.String^ Export( 
   System.int Id
) 

Parameters

Id
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

IMMPxXml Interface
IMMPxXml Members

Send Feedback