ArcFM Responder Mobile Developer Guide
LoadFromFile Method (IMMListTreeAsXML2)






Syntax
'Declaration
 
Sub LoadFromFile( _
   ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet, _
   ByVal sPath As System.String _
) 
'Usage
 
Dim instance As IMMListTreeAsXML2
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
Dim sPath As System.String
 
instance.LoadFromFile(pProperties, sPath)
void LoadFromFile( 
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties,
   System.string sPath
)
procedure LoadFromFile( 
    pProperties: ESRI.ArcGIS.esriSystem.IPropertySet;
    sPath: System.String
); 
function LoadFromFile( 
   pProperties : ESRI.ArcGIS.esriSystem.IPropertySet,
   sPath : System.String
);
void LoadFromFile( 
   ESRI.ArcGIS.esriSystem.IPropertySet* pProperties,
   System.string* sPath
) 
void LoadFromFile( 
   ESRI.ArcGIS.esriSystem.IPropertySet^ pProperties,
   System.String^ sPath
) 

Parameters

pProperties
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

IMMListTreeAsXML2 Interface
IMMListTreeAsXML2 Members

Send Feedback