ArcFM Responder Mobile Developer Guide
LoadFromFile Method (IMMXMLData)






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

Parameters

sPath
pProperties
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

IMMXMLData Interface
IMMXMLData Members

Send Feedback