|
| BSTR | getCreoFolderPath (EwErrorCode *errorCode) |
| |
| IEwProjectComponentManagerX | getEwProjectComponentManager (EwErrorCode *errorCode) |
| | Get an IEwProjectComponentManagerX to manage components of this project. More...
|
| |
| IEwProjectLocationManagerX | getEwProjectLocationManager (EwErrorCode *errorCode) |
| | Get an IEwProjectLocationManagerX to manage locations of this project. More...
|
| |
| IEwProjectManufacturerPartManagerX | getEwProjectManufacturerPartManager (EwErrorCode *errorCode) |
| | Get an IEwProjectManufacturerPartManagerX to manage Builds of Materials of this project. More...
|
| |
| IEwRoutingDataX | getEwRoutingData (EwErrorCode *errorCode) |
| | To get the routing data manager. More...
|
| |
| IEwProjectWireManagerX | getEwProjectWireManager (EwErrorCode *errorCode) |
| | To get the project wire manager. More...
|
| |
| IEwProjectCableManagerX | getEwProjectCableManager (EwErrorCode *errorCode) |
| | To get the cable manager. More...
|
| |
| IEwProjectConfigurationX | getEwProjectConfiguration (EwErrorCode *errorCode) |
| | To get the project configuration. More...
|
| |
| LONG | getID () |
| |
| EwErrorCode | setName (BSTR strValue) |
| | Set the name of the project. More...
|
| |
| BSTR | getName (EwErrorCode *errorCode) |
| | Get the name of the project. More...
|
| |
| EwErrorCode | setCustomerName (BSTR strValue) |
| | Set the name of the customer of the project. More...
|
| |
| BSTR | getCustomerName (EwErrorCode *errorCode) |
| | Get the name of the customer of the project. More...
|
| |
| EwErrorCode | setCustomerAddress1 (BSTR strValue) |
| | Set the customer address 1 of the project. More...
|
| |
| BSTR | getCustomerAddress1 (EwErrorCode *errorCode) |
| | Get the customer address 1 of the project. More...
|
| |
| EwErrorCode | setCustomerAddress2 (BSTR strValue) |
| | Set the customer address 2 of the project. More...
|
| |
| BSTR | getCustomerAddress2 (EwErrorCode *errorCode) |
| | Get the customer address 2 of the project. More...
|
| |
| EwErrorCode | setCustomerAddress3 (BSTR strValue) |
| | Set the customer address 3 of the project. More...
|
| |
| BSTR | getCustomerAddress3 (EwErrorCode *errorCode) |
| | Get the customer address 3 of the project. More...
|
| |
| EwErrorCode | setDrawingOfficeName (BSTR strValue) |
| | Set the Drawing office name of the project. More...
|
| |
| BSTR | getDrawingOfficeName (EwErrorCode *errorCode) |
| | Get the drawing office name of the project. More...
|
| |
| EwErrorCode | setDrawingOfficeAddress1 (BSTR strValue) |
| | Set the drawing office address 1 of the project. More...
|
| |
| BSTR | getDrawingOfficeAddress1 (EwErrorCode *errorCode) |
| | Get the drawing office address 1 of the project. More...
|
| |
| EwErrorCode | setDrawingOfficeAddress2 (BSTR strValue) |
| | Set the drawing office address 2 of the project. More...
|
| |
| BSTR | getDrawingOfficeAddress2 (EwErrorCode *errorCode) |
| | Get the drawing office address 2 of the project. More...
|
| |
| EwErrorCode | setDrawingOfficeAddress3 (BSTR strValue) |
| | Set the drawing office address 3 of the project. More...
|
| |
| BSTR | getDrawingOfficeAddress3 (EwErrorCode *errorCode) |
| | Get the drawing office address 3 of the project. More...
|
| |
| EwErrorCode | setContractNumber (BSTR strValue) |
| | Set the contract number of the project. More...
|
| |
| BSTR | getContractNumber (EwErrorCode *errorCode) |
| | Get the contract number of the project. More...
|
| |
| EwErrorCode | update () |
| |
| EwErrorCode | setUserData (LONG nUserDataNumber, BSTR strValue) |
| | Set user data of the object Project must be opened to be able to call this method. More...
|
| |
| BSTR | getUserData (LONG nUserDataNumber, EwErrorCode *errorCode) |
| | Get user data of the object Project must be opened to be able to call this method. More...
|
| |
| EwErrorCode | setTranslatedData (LONG nUserDataNumber, BSTR strLanguage, BSTR strValue) |
| | Set the value of a translated text Project must be opened to be able to call this method. More...
|
| |
| BSTR | getTranslatedData (LONG nUserDataNumber, BSTR strLanguage, EwErrorCode *errorCode) |
| | Get the value of a translated text. More...
|
| |
| IEwProjectHarnessManagerX | getEwProjectHarnessManager (EwErrorCode *errorCode) |
| | Get an IEwProjectHarnessManagerX to manage Harness of this project. More...
|
| |
| IEwProjectFileManagerX | getEwProjectFileManager (EwErrorCode *errorCode) |
| | Get an IEwProjectFileManagerX to manage files of this project. More...
|
| |
| IEwProjectPrintConfigManagerX | getEwProjectPrintConfigManager (EwErrorCode *errorCode) |
| | Get an IEwProjectPrintConfigManagerX to manage print config of this project. More...
|
| |
| VARIANT | getMacroVariables (EwErrorCode *errorCode) |
| | Get an array of strings of the automation variables of the project, usually a macro. More...
|
| |
| EwErrorCode | open (EwOpenProjectMode eOpenMode) |
| | open the project More...
|
| |
| EwErrorCode | close () |
| | close the project More...
|
| |
| EwErrorCode | remove () |
| |
| IEwProjectExportDWGFilesX | newEwProjectExportDWGFiles (EwErrorCode *errorCode) |
| | Create an IEwProjectExportDWGFilesX object from the associated project. More...
|
| |
| IEwProjectExportPDMX | newEwProjectExportPDM (EwErrorCode *errorCode) |
| | Create an IEwProjectExportPDMX object from the associated project. More...
|
| |
| IEwProjectBookManagerX | getEwProjectBookManager (EwErrorCode *errorCode) |
| | Get an IEwProjectBookManagerX to manage Books of this project. More...
|
| |
| IEwProjectReportManagerX | getEwProjectReportManager (EwErrorCode *errorCode) |
| | Get an IEwProjectReportManagerX to manage reports of this project. More...
|
| |
| IEwProjectExportReportX | newEwProjectExportReport (EwErrorCode *errorCode) |
| | Create an IEwProjectExportReportX object from the associated project. More...
|
| |
| EwErrorCode | setExternID (BSTR strValue) |
| | Set the externID field in the project. More...
|
| |
| BSTR | getExternID (EwErrorCode *errorCode) |
| | Get the externID of the project. More...
|
| |
| IEwProjectFunctionManagerX | getEwProjectFunctionManager (EwErrorCode *errorCode) |
| | Get an IEwProjectFunctionManagerX to manage Functions of this project. More...
|
| |
| IEwProjectFolderManagerX | getEwProjectFolderManager (EwErrorCode *errorCode) |
| | Get an IEwProjectFolderManagerX to manage Folders of this project. More...
|
| |
| DATE | getModificationDate (EwErrorCode *errorCode) |
| | Get the modification date of the project. More...
|
| |
| IEwProjectGenerateTSDrawingX | newEwProjectGenerateTSDrawing (EwErrorCode *errorCode) |
| | Create an IEwProjectGenerateTSDrawingX object to draw terminal strip in a project. More...
|
| |
| BSTR | getFolderPath (EwProjectFolderPathValue eProjectFolderPathValue, EwErrorCode *errorCode) |
| | Return folder path associated to the current project. More...
|
| |
| IEwProjectSnapshotManagerX | getEwProjectSnapshotManager (EwErrorCode *errorCode) |
| | Get an IEwProjectSnapshotManagerX to manage snapshots of this project. More...
|
| |
| IEwProjectUpdateReplaceDataX | getEwProjectUpdateData (EwErrorCode *errorCode) |
| | Get an IEwProjectUpdateReplaceDataX to manage the update or replacedata of this project. More...
|
| |
| IEwProjectNumberWiresX | newEwProjectNumberWires (EwErrorCode *errorCode) |
| | Create an IEwProjectNumberWiresX to manage the numbering or the renumbering wires of this project. More...
|
| |
| IEwProjectNumberMarksX | newEwProjectNumberMarks (EwErrorCode *errorCode) |
| | Create an IEwProjectNumberMarksX to manage the renumbering marks of this project. More...
|
| |
| IEwProjectAutomaticArrowsX | newEwProjectAutomaticArrows (EwErrorCode *errorCode) |
| | Create an IEwProjectAutomaticArrowsX to manage the Origin Destination automatic insertion. More...
|
| |
| IEwProjectNumberDocumentsX | newEwProjectNumberDocumments (EwErrorCode *errorCode) |
| | Create an IEwProjectNumberDocumentsX to manage the renumbering document marks of this project. More...
|
| |
| IEwProjectOptimizeWireOrderX | newEwProjectOptimizeWireOrder (EwErrorCode *errorCode) |
| | Create an IEwProjectOptimizeWireOrderX to optimize the wire order of this project. More...
|
| |
| IEwProjectSymbolManagerX | getEwProjectSymbolManager (EwErrorCode *errorCode) |
| | Get an IEwProjectSymbolManagerX to manage ProjectSymbolManager of this project. More...
|
| |
| BSTR | getModifiedBy (EwErrorCode *eErrorCode) |
| | Get the last user name that modified the current object. More...
|
| |
| IEwProjectExcelAutomationX | newEwProjectExcelAutomation (EwErrorCode *errorCode) |
| | Create an IEwProjectExcelAutomationX object from the associated project. More...
|
| |
| IEwProjectExportPDFX | newEwProjectExportPDF (EwErrorCode *errorCode) |
| | Create an IEwProjectExportPDFX object from the associated project. More...
|
| |
| BSTR | getCreatedBy (EwErrorCode *eErrorCode) |
| | Get the user name that created the current object. More...
|
| |
| IEwProjectInputOutputManagerX | getEwProjectInputOutputManager (EwErrorCode *errorCode) |
| | Get an IEwProjectInputOutputManagerX to manage ProjectInputOutput of this project. More...
|
| |
| EwProjectType | getProjectType (EwErrorCode *errorCode) |
| | Get an EwProjectType enum type, can be EwProjectType.kProject for a project or EwProjectType.kMacro for a macro. More...
|
| |
| IEwProjectMultilingualTextManagerX | getEwProjectMultilingualTextManager (EwErrorCode *errorCode) |
| | Get an IEwProjectMultilingualTextManagerX to manage Project Multilingual Text of this project. More...
|
| |
| IEwProjectFileConfigurationManagerX | getEwProjectFileConfigurationManager (EwErrorCode *errorCode) |
| | Get an IEwProjectFileConfigurationManagerX to manage Project Report Configuration. More...
|
| |
| BSTR | getPreviewFilePath (EwErrorCode *errorCode) |
| | Get the path of the first file of the project for the preview. More...
|
| |
| EwErrorCode | insert () |
| |
| EwErrorCode | insertFromTemplate (BSTR strTemplateName) |
| |
| IEwProjectWireStyleManagerX | getEwProjectWireStyleManagerX (EwErrorCode *errorCode) |
| | Get an IEwProjectWireStyleManagerX to manage project wire style. More...
|
| |
| IEwProjectLineManagerX | getEwProjectLineManager (EwErrorCode *errorCode) |
| | Get an IEwProjectLineManagerX to manage ProjectLineManager of this project. More...
|
| |
| BSTR | getDescription (BSTR strLanguage, EwErrorCode *errorCode) |
| | Get the description associated to the object. More...
|
| |
| EwErrorCode | setDescription (BSTR strLanguage, BSTR strDescription) |
| | Set the description associated to the object. More...
|
| |
Use this interface to manage a project.
- Since
- 2018 SP0