Imports the data of a matching InfigoTemplate object.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool ImportTemplate( InfigoTemplate template ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function ImportTemplate ( _ template As InfigoTemplate _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool ImportTemplate( InfigoTemplate^ template ) | 
Parameters
- template
- Type: InfigoSDK..::.InfigoTemplate
 The InfigoTemplate object to import. Please note, that the object must match the current open file.





