ArcFM Responder Mobile Developer Guide
ImportDataFromXML Method (MMSelectionAnalysisAPIClass)






Syntax
'Declaration
 
Public Overridable Sub ImportDataFromXML( _
   ByVal bstrXMLString As System.String, _
   Optional ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As MMSelectionAnalysisAPIClass
Dim bstrXMLString As System.String
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.ImportDataFromXML(bstrXMLString, pProperties)
public virtual void ImportDataFromXML( 
   System.string bstrXMLString,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)
public procedure ImportDataFromXML( 
    bstrXMLString: System.String;
    pProperties: ESRI.ArcGIS.esriSystem.IPropertySet
); virtual; 
public function ImportDataFromXML( 
   bstrXMLString : System.String,
   pProperties : ESRI.ArcGIS.esriSystem.IPropertySet
);
public: virtual void ImportDataFromXML( 
   System.string* bstrXMLString,
   ESRI.ArcGIS.esriSystem.IPropertySet* pProperties
) 
public:
virtual void ImportDataFromXML( 
   System.String^ bstrXMLString,
   ESRI.ArcGIS.esriSystem.IPropertySet^ pProperties
) 

Parameters

bstrXMLString
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

MMSelectionAnalysisAPIClass Class
MMSelectionAnalysisAPIClass Members

Send Feedback