Import the Infigo XML data given in a text file 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 ImportXMLFile( string strFile ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function ImportXMLFile ( _ strFile As String _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool ImportXMLFile( String^ strFile ) | 
Parameters
- strFile
- Type: System..::.String
 The Infigo XML text file containing the proper data.





