Eplan Platform API
Eplan.EplApi.HEServices Namespace / Export3D Class / ExportForRittalRiPanelProcCtr Method
Project to be exported. Can not be NULL.
Enter a name under which the export file is saved. Can not be NULL or empty.
Directory to which files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. Can not be NULL or empty.

In This Topic
    ExportForRittalRiPanelProcCtr Method
    In This Topic
    Exports Manufacturing Data for Machining Enclosures to Rittal - RiPanel Processing Center
    Syntax
    public bool ExportForRittalRiPanelProcCtr( 
       Project oProject,
       string strTargetFileName,
       string strTargetDirectory
    )
    public:
    bool ExportForRittalRiPanelProcCtr( 
       Project^ oProject,
       String^ strTargetFileName,
       String^ strTargetDirectory
    ) 

    Parameters

    Parameter NameDescription
    oProjectProject to be exported. Can not be NULL.
    strTargetFileNameEnter a name under which the export file is saved. Can not be NULL or empty.
    strTargetDirectoryDirectory to which files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. Can not be NULL or empty.

    Return Value

    true if export finished with success, otherwise false
    See Also