Import the Infigo XML data given as string into
            the current open document.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool ImportXMLData( string strXMLData ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function ImportXMLData ( _ strXMLData As String _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool ImportXMLData( String^ strXMLData ) | 
Parameters
- strXMLData
- Type: System..::.String
 The Infigo XML data as string.





