ArcFM Responder Mobile Developer Guide
SaveToFile Method (IMMListTreeAsXML2)






Syntax
'Declaration
 
Sub SaveToFile( _
   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.SaveToFile(pProperties, sPath)
void SaveToFile( 
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties,
   System.string sPath
)
procedure SaveToFile( 
    pProperties: ESRI.ArcGIS.esriSystem.IPropertySet;
    sPath: System.String
); 
function SaveToFile( 
   pProperties : ESRI.ArcGIS.esriSystem.IPropertySet,
   sPath : System.String
);
void SaveToFile( 
   ESRI.ArcGIS.esriSystem.IPropertySet* pProperties,
   System.string* sPath
) 
void SaveToFile( 
   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