ArcFM Engine Developer Guide
ImportDataFromXML Method (IMMXMLData)


Syntax
'Declaration
 
Sub ImportDataFromXML( _
   ByVal bstrXMLString As String, _
   Optional ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As IMMXMLData
Dim bstrXMLString As String
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.ImportDataFromXML(bstrXMLString, pProperties)
void ImportDataFromXML( 
   string bstrXMLString,
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
)

Parameters

bstrXMLString
pProperties
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMXMLData Interface
IMMXMLData Members

 

 


Send Comment