ExportGenerateSchematicConfiguration Method
                In This Topic
            
            Exports generate schematic configuration into xml file. TODO:
            
            
            Syntax
            
            
            
            
            public void ExportGenerateSchematicConfiguration( 
   Project ,
   string 
)
             
        
            
            public:
void ExportGenerateSchematicConfiguration( 
   Project^ ,
   String^ 
) 
             
        
             
        
            Parameters
- project
- Project of which the PLC configuration will be exported.
- fileName
- Full name of the export file.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentNullException | Thrown in case of missing parameters. | 
| ArgumentException | Thrown in case of invalid arguments. | 
| BaseException | An error occurred during the export. | 
See Also