ArcFM Responder Mobile Developer Guide
LoadFromFile Method (IMMListTreeAsXML)






Syntax
'Declaration
 
Sub LoadFromFile( _
   ByVal sPath As System.String _
) 
'Usage
 
Dim instance As IMMListTreeAsXML
Dim sPath As System.String
 
instance.LoadFromFile(sPath)
void LoadFromFile( 
   System.string sPath
)
procedure LoadFromFile( 
    sPath: System.String
); 
function LoadFromFile( 
   sPath : System.String
);
void LoadFromFile( 
   System.string* sPath
) 
void LoadFromFile( 
   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