ArcFM Responder Mobile Developer Guide
SaveToFile Method (IMMListTreeAsXML)






Syntax
'Declaration
 
Sub SaveToFile( _
   ByVal sPath As System.String _
) 
'Usage
 
Dim instance As IMMListTreeAsXML
Dim sPath As System.String
 
instance.SaveToFile(sPath)
void SaveToFile( 
   System.string sPath
)
procedure SaveToFile( 
    sPath: System.String
); 
function SaveToFile( 
   sPath : System.String
);
void SaveToFile( 
   System.string* sPath
) 
void SaveToFile( 
   System.String^ sPath
) 

Parameters

sPath
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

IMMListTreeAsXML Interface
IMMListTreeAsXML Members

Send Feedback