Hide Table of Contents
SOLIDWORKS Electrical API 2024.0.0
Electrical API
EnumDefinition.idl
Go to the documentation of this file.
1#pragma once
2
3#if (__midl >= 501)
4midl_pragma warning(disable:2111) /* Disable warning MIDL2111 regarding identifier lengths exceeding 31 chars. */
5#endif
6
7import "oaidl.idl";
8import "ocidl.idl";
9
10
11import "..\..\EwAdObject\EwEnumeration.idl";
12import "..\..\EwUICommon\EwControlResources.idl";
13import "EwSeEnumeration.idl";
14
15
16/************************************************************************/
17/* This file contains all enums shared between all class */
18/************************************************************************/
19
24{
82
84
85
90{
93 kFilterBoth = 2
94
96
97
102{
127
129
134{
141
143
148{
155
157
162{
166
168
174{
181
183
189{
196
198
203{
204 kUnkownIcon = -1
206
208
209
214{
219
221
226{
231
233
239{
252
254
260{
268
270
276{
286
288
294{
300
302
303
309{
315
317
323{
329
331
337{
344
346
352{
363
365
371{
389
391
392
398{
399 kButtonNormal = 0, // Normal push button.
400 kButtonDropDown = 1, // Dropdown button. Button will have an arrow indication it has a dropdown.
401 // The dropdown will appear under the button.
402 kButtonDropDownRight = 2, // Dropdown button. Button will have an arrow indication it has a
403 // dropdown. The dropdown will appear to the right of the button.
404 kButtonSplitDropDown = 3, // Split button. Button will be split into a "button" part and "arrow"
405 // part. The "arrow" part will have an arrow indication it has a
406 // dropdown. The dropdown will appear under the button when t he
407 // "arrow" part is clicked.
409
411
416{
425
427
432{
436
438
444{
449
451
452
458{
459 kNone = 0,
460 k3Dot = 1
461
463
469{
479
481
EwCaptionBarPushButtonStyle
Caption bar button's styles.
Definition: EnumDefinition.idl:398
@ kButtonDropDown
Definition: EnumDefinition.idl:400
@ kButtonDropDownNoGlyph
Definition: EnumDefinition.idl:408
@ kButtonDropDownRight
Definition: EnumDefinition.idl:402
@ kButtonNormal
Definition: EnumDefinition.idl:399
@ kButtonSplitDropDown
Definition: EnumDefinition.idl:404
EwMenuStyle
Context Menu Styles.
Definition: EnumDefinition.idl:458
@ kNone
this is the default value.
Definition: EnumDefinition.idl:459
@ k3Dot
This value mean that you want to add three dots to the end of the text.
Definition: EnumDefinition.idl:460
EwRibbonButtonSize
Ribbon bar button's styles.
Definition: EnumDefinition.idl:276
@ kButtonSize64
Size for image 64x64.
Definition: EnumDefinition.idl:284
@ kButtonSize80
Size for image 80x80.
Definition: EnumDefinition.idl:285
@ kButtonSize32
Size for image 32x32.
Definition: EnumDefinition.idl:281
@ kButtonSize24
Size for image 24x24.
Definition: EnumDefinition.idl:280
@ kButtonSize40
Size for image 40x40.
Definition: EnumDefinition.idl:282
@ kButtonSizeUndefined
Default size for image 32x32.
Definition: EnumDefinition.idl:277
@ kButtonSize20
Size for image 20x20.
Definition: EnumDefinition.idl:279
@ kButtonSize48
Size for image 48x48.
Definition: EnumDefinition.idl:283
@ kButtonSize16
Size for image 16x16.
Definition: EnumDefinition.idl:278
EwManagerDialogNotify
All the Manager dialogs reactors IDs.
Definition: EnumDefinition.idl:174
@ kEwManagerDialogNotifyOnGetDispInfo
GetDispinfo listctrl manager dialog notification.
Definition: EnumDefinition.idl:178
@ kEwManagerDialogNotifyOnSelectChange
Item selection changed for manager dialog notification.
Definition: EnumDefinition.idl:176
@ kEwManagerDialogNotifyOnOpen
Open dialog notification.
Definition: EnumDefinition.idl:175
@ kEwManagerDialogNotifyOnGetDispIconOverlay
GetDispIconOverlay listctrl manager dialog notification.
Definition: EnumDefinition.idl:179
@ kEwManagerDialogNotifyOnContextMenu
On Context Menu manager dialog notification.
Definition: EnumDefinition.idl:180
@ kEwManagerDialogNotifyOnClose
Close manager dialog notification.
Definition: EnumDefinition.idl:177
EwDockingPaneDirection
Docking Pane direction enumeration.
Definition: EnumDefinition.idl:337
@ EwPaneDockLeft
To dock the pane to the left of the pane.
Definition: EnumDefinition.idl:339
@ EwPaneDockUnknown
Docking pane direction is unspecified.
Definition: EnumDefinition.idl:338
@ EwPaneDockMiniWnd
Docking pane is floating mini frame window.
Definition: EnumDefinition.idl:343
@ EwPaneDockBottom
To dock the pane to the bottom of the pane.
Definition: EnumDefinition.idl:342
@ EwPaneDockRight
To dock the pane to the right of the pane.
Definition: EnumDefinition.idl:340
@ EwPaneDockTop
To dock the pane to the top of the pane.
Definition: EnumDefinition.idl:341
EwRibbonComboBoxControlNotify
All the ComboBox Reactor IDs.
Definition: EnumDefinition.idl:432
@ kEwComboBoxControlXNotifySelectionEndOk
ComboBox Selection End Ok notification.
Definition: EnumDefinition.idl:435
@ kEwComboBoxControlXNotifySelectionChange
ComboBox Selection Change notification.
Definition: EnumDefinition.idl:433
@ kEwComboBoxControlXNotifyDropDown
ComboBox Drop Down notification.
Definition: EnumDefinition.idl:434
EwRibbonButtonStyle
Ribbon bar button's styles.
Definition: EnumDefinition.idl:260
@ kButtonCaptionAndDescription
Button draw icon, caption and description for popup bar.
Definition: EnumDefinition.idl:267
@ kButtonCaption
Button draw only caption.
Definition: EnumDefinition.idl:263
@ kButtonIconAndCaptionBelow
Button draw icon and draw caption below icon.
Definition: EnumDefinition.idl:266
@ kButtonIconAndCaption
Button draw icon and caption.
Definition: EnumDefinition.idl:265
@ kButtonAutomatic
Automatic style.
Definition: EnumDefinition.idl:262
@ kButtonUndefined
Undefine style.
Definition: EnumDefinition.idl:261
@ kButtonIcon
Button draw only icon.
Definition: EnumDefinition.idl:264
EwMultilingualTextFont
Enum used to get the index of the text font used by one of the three languages defined in the project...
Definition: EnumDefinition.idl:444
@ kMultilingualTextFontThirdLanguage
Return the text font index of the third language selected in the project configuration.
Definition: EnumDefinition.idl:448
@ kMultilingualTextFontUnknownLanguage
Unknown Text font index.
Definition: EnumDefinition.idl:445
@ kMultilingualTextFontMainLanguage
Return the text font index of the first language selected in the project configuration.
Definition: EnumDefinition.idl:446
@ kMultilingualTextFontSecondLanguage
Return the text font index of the second language selected in the project configuration.
Definition: EnumDefinition.idl:447
EwTextIdentifer
Text identifier options.
Definition: EnumDefinition.idl:214
@ kTextIdentiferDoubleQuote
Text Identifer whith double Quote "----".
Definition: EnumDefinition.idl:218
@ kTextIdentiferNone
No Text Identifer.
Definition: EnumDefinition.idl:216
@ kTextIdentiferSingleQuote
Text Identifer whith single Quote '-—'.
Definition: EnumDefinition.idl:217
@ kTextIdentiferUnknown
Unknown text identifier.
Definition: EnumDefinition.idl:215
EwBooleanFiltersValue
All value for boolean filters.
Definition: EnumDefinition.idl:90
@ kFilterFalse
Filter false.
Definition: EnumDefinition.idl:92
@ kFilterBoth
True AND false value.
Definition: EnumDefinition.idl:93
@ kFilterTrue
Filter true.
Definition: EnumDefinition.idl:91
EwRibbonControlType
Type of the control that can be used in a ribbon.
Definition: EnumDefinition.idl:239
@ kControlEdit
Edit control.
Definition: EnumDefinition.idl:246
@ kControlComboBox
Combo box button.
Definition: EnumDefinition.idl:245
@ kControlButton
Button type.
Definition: EnumDefinition.idl:241
@ kControlPopup
Popup type.
Definition: EnumDefinition.idl:242
@ kControlRadioButton
Radio Button control.
Definition: EnumDefinition.idl:251
@ kControlCheckBox
CheckBox control.
Definition: EnumDefinition.idl:249
@ kControlLabel
Label control.
Definition: EnumDefinition.idl:248
@ kControlCustom
Custom control.
Definition: EnumDefinition.idl:247
@ kControlError
Type is not defined.
Definition: EnumDefinition.idl:240
@ kControlGallery
Gallery control.
Definition: EnumDefinition.idl:250
@ kControlButtonPopup
Button popup.
Definition: EnumDefinition.idl:243
@ kControlSplitButtonPopup
Split button popup.
Definition: EnumDefinition.idl:244
EwApISoftType
All the selection types.
Definition: EnumDefinition.idl:323
@ kSoftType3DESX
Electrical Schematic Design for CATIA.
Definition: EnumDefinition.idl:328
@ kSoftType2DSW
Solidworks electrical 2D.
Definition: EnumDefinition.idl:326
@ kSoftType2DEW
elecworks 2D.
Definition: EnumDefinition.idl:325
@ kSoftTypeUndefined
Undefined soft type.
Definition: EnumDefinition.idl:324
@ kSoftType3DSW
Solidworks electrical 3D.
Definition: EnumDefinition.idl:327
EwRibbonMainTabType
Enum used to get main tabs of ribbon of the Application.
Definition: EnumDefinition.idl:371
@ kEwRibbonMainTabDraw
Ribbon Tab Draw.
Definition: EnumDefinition.idl:382
@ kEwRibbonMainTabView
Ribbon Tab view.
Definition: EnumDefinition.idl:374
@ kEwRibbonMainTabLibrary
Ribbon Tab Library.
Definition: EnumDefinition.idl:385
@ kEwRibbonMainTabTitleBlockEdit
Ribbon Tab Edit title block.
Definition: EnumDefinition.idl:381
@ kEwRibbonMainTabModify
Ribbon Tab Modify.
Definition: EnumDefinition.idl:383
@ kEwRibbonMainTabEdit
Ribbon Tab Edit.
Definition: EnumDefinition.idl:373
@ kEwRibbonMainTabSynoptic
Ribbon Tab Synotic.
Definition: EnumDefinition.idl:378
@ kEwRibbonMainTabWindows
Ribbon Tab Windows.
Definition: EnumDefinition.idl:387
@ kEwRibbonMainTabProject
Ribbon Tab Project.
Definition: EnumDefinition.idl:375
@ kEwRibbonMainTabHome
Ribbon Tab Home.
Definition: EnumDefinition.idl:372
@ kEwRibbonMainTabCabinetLayout
Ribbon Tab Cabinet layout.
Definition: EnumDefinition.idl:379
@ kEwRibbonMainTabTools
Ribbon Tab Tools.
Definition: EnumDefinition.idl:386
@ kEwRibbonMainTabSchematic
Ribbon Tab Schematic.
Definition: EnumDefinition.idl:377
@ kEwRibbonMainTabProcess
Ribbon Tab Process.
Definition: EnumDefinition.idl:376
@ kEwRibbonMainTabImportExport
Ribbon Tab Export.
Definition: EnumDefinition.idl:384
@ kEwRibbonMainTabSymbolEdit
Ribbon Tab Symbol.
Definition: EnumDefinition.idl:380
@ kEwRibbonMainTabHelp
Ribbon Tab Help.
Definition: EnumDefinition.idl:388
EwAppNotify
All the application reactors IDs.
Definition: EnumDefinition.idl:102
@ kEwAppNotifyOnOpenDocument
Open Document notification.
Definition: EnumDefinition.idl:114
@ kEwAppNotifyOnAfterCloseProject
Close project Post notification
Definition: EnumDefinition.idl:106
@ kEwAppNotifyOnDrop
On Drop notification
Definition: EnumDefinition.idl:113
@ kEwAppNotifyOnDragEnter
On Drag Enter notification
Definition: EnumDefinition.idl:110
@ kEwAppNotifyOnDocumentBecameCurrent
Document Became Current notification
Definition: EnumDefinition.idl:116
@ kEwAppNotifyOnGetDispInfoSelectorDialog
Get display information for list control for current selector dialog when LVN_GETDISPINFO event is tr...
Definition: EnumDefinition.idl:123
@ kEwAppNotifyOnContextMenu
On Context Menu notification.
Definition: EnumDefinition.idl:117
@ kEwAppNotifyOnDragEnd
On Drag End Post notification
Definition: EnumDefinition.idl:109
@ kEwAppNotifyOnBeforeCloseProject
Close project Pre notification.
Definition: EnumDefinition.idl:105
@ kEwAppNotifyOnCloseApplication
Close application notification.
Definition: EnumDefinition.idl:107
@ kEwAppNotifyOnBeforeShowNotificationDialog
On Before Show Notification Dialog notification.
Definition: EnumDefinition.idl:126
@ kEwAppNotifyOnGetDispIconOverlaySelectorDialog
Get display icon overlay for list control for current selector dialog when LVN_GETDISPINFO event is t...
Definition: EnumDefinition.idl:124
@ kEwAppNotifyOnContextMenuSelectorDialog
On Selector Dialog Context Menu notification.
Definition: EnumDefinition.idl:125
@ kEwAppNotifyOnDragLeave
On Drag Leave notification
Definition: EnumDefinition.idl:111
@ kEwAppNotifyOnPlatformOfflineModeChanged
After offline mode status was changed.
Definition: EnumDefinition.idl:118
@ kEwAppNotifyOnCloseDocument
Close Document notification.
Definition: EnumDefinition.idl:115
@ kEwAppNotifyOnDragOver
On Drag Over notification
Definition: EnumDefinition.idl:112
@ kEwAppNotifyOnOpenSelectorDialog
On Open Selector Dialog.
Definition: EnumDefinition.idl:120
@ kEwAppNotifyOnDrag
On Drag notification
Definition: EnumDefinition.idl:108
@ kEwAppNotifyOnDocumentActivated
Document has been activated notification.
Definition: EnumDefinition.idl:119
@ kEwAppNotifyOnSelectChangeSelectorDialog
On Selection Change Selector Dialog.
Definition: EnumDefinition.idl:121
@ kEwAppNotifyOnSetActiveProjecy
Set active project notification.
Definition: EnumDefinition.idl:104
@ kEwAppNotifyOnOpenProject
Open project notification.
Definition: EnumDefinition.idl:103
@ kEwAppNotifyOnCloseSelectorDialog
On Close Selector Dialog.
Definition: EnumDefinition.idl:122
EwNumberWireAction
All the possible actions for renumber wires.
Definition: EnumDefinition.idl:294
@ kNumberNewWiresAction
Only new wires are numbered.
Definition: EnumDefinition.idl:296
@ kNumberWireActionUndefined
Unknown action.
Definition: EnumDefinition.idl:295
@ kNumberNewWiresAndRecalculateMarksAction
Number new wires and formula of existing wires will be recalculated.
Definition: EnumDefinition.idl:297
@ kReNumberWiresAction
Renumber all wires.
Definition: EnumDefinition.idl:298
@ kRemoveNumberWiresAction
All wire numbers are deleted.
Definition: EnumDefinition.idl:299
EwEnvironmentNotify
All the environment reactors IDs.
Definition: EnumDefinition.idl:134
@ kEwEnvironmentNotifyOnCloseConnection
Environment connection closed notification.
Definition: EnumDefinition.idl:136
@ kEwEnvironmentNotifyOnProjectObjectDelete
Object delete.
Definition: EnumDefinition.idl:140
@ kEwEnvironmentNotifyOnOpenConnection
Environment connection opened notification.
Definition: EnumDefinition.idl:135
@ kEwEnvironmentNotifyOnProjectObjectAdd
Object added.
Definition: EnumDefinition.idl:138
@ kEwEnvironmentNotifyOnProjectObjectUpdate
Object update.
Definition: EnumDefinition.idl:139
@ kEwEnvironmentNotifyOnLostConnection
Environment connection lost notification.
Definition: EnumDefinition.idl:137
EwManufacturerDataIndex
Enumeration of the manufacturer data indexes.
Definition: EnumDefinition.idl:469
@ kManufacturerDataIndexUnknown
Unknown index.
Definition: EnumDefinition.idl:470
@ kManufacturerDataIndex2
Index of value 2.
Definition: EnumDefinition.idl:473
@ kManufacturerDataIndex1
Index of value 1.
Definition: EnumDefinition.idl:472
@ kManufacturerDataIndex4
Index of value 4.
Definition: EnumDefinition.idl:475
@ kManufacturerDataIndex5
Index of value 5.
Definition: EnumDefinition.idl:476
@ kManufacturerDataIndex6
Index of value 6.
Definition: EnumDefinition.idl:477
@ kManufacturerDataIndex0
Index of value 0.
Definition: EnumDefinition.idl:471
@ kManufacturerDataIndex3
Index of value 3.
Definition: EnumDefinition.idl:474
@ kManufacturerDataMax
Maximum index value.
Definition: EnumDefinition.idl:478
EwTextSeparator
Text separator options.
Definition: EnumDefinition.idl:226
@ kTextSeparatorUnknown
Unknown text separator.
Definition: EnumDefinition.idl:227
@ kTextSeparatorComma
Text Separator comma: ... , ...
Definition: EnumDefinition.idl:229
@ kTextSeparatorSemiColumn
Text Separator semi column: ... ; ...
Definition: EnumDefinition.idl:230
@ kTextSeparatorTabulation
Text Separator tabulation.
Definition: EnumDefinition.idl:228
EwProjectNotify
All the project reactors IDs.
Definition: EnumDefinition.idl:148
@ kEwProjectNotifyOnLostConnection
Project connection lost notification.
Definition: EnumDefinition.idl:151
@ kEwProjectNotifyOnProjectObjectUpdate
Project object update.
Definition: EnumDefinition.idl:153
@ kEwProjectNotifyOnProjectObjectDelete
Project object delete.
Definition: EnumDefinition.idl:154
@ kEwProjectNotifyOnCloseConnection
Project connection closed notification.
Definition: EnumDefinition.idl:150
@ kEwProjectNotifyOnOpenConnection
Project connection opened notification.
Definition: EnumDefinition.idl:149
@ kEwProjectNotifyOnProjectObjectAdd
Project object added.
Definition: EnumDefinition.idl:152
EwSelectionType
All the selection types.
Definition: EnumDefinition.idl:309
@ kSelectionUndefined
Unknown selection.
Definition: EnumDefinition.idl:310
@ kSelectionScheme
Selection of specified schemes.
Definition: EnumDefinition.idl:314
@ kSelectionBook
Selection of specified books.
Definition: EnumDefinition.idl:312
@ kSelectionFolder
Selection of specified folders.
Definition: EnumDefinition.idl:313
@ kSelectionAll
All the project is selected.
Definition: EnumDefinition.idl:311
EwDockingPaneXNotify
All the Docking Pane reactors IDs.
Definition: EnumDefinition.idl:416
@ kEwDockingPaneXNotifyOnGetIconOverlay
Docking Pane notification to get icons overlay per pane type.
Definition: EnumDefinition.idl:424
@ kEwDockingPaneXNotifyOnClosePane
Docking Pane Close Pane notification , User closes the Pane.
Definition: EnumDefinition.idl:419
@ kEwDockingPaneXNotifyOnClose
Docking Pane close notification per pane type.
Definition: EnumDefinition.idl:423
@ kEwDockingPaneXNotifyOnOpen
Docking Pane open notification per pane type.
Definition: EnumDefinition.idl:422
@ kEwDockingPaneXNotifyOnAction
Docking Pane Action notification, Extended action occur.
Definition: EnumDefinition.idl:420
@ kEwDockingPaneXNotifyOnRClick
Docking Pane Right click notification, User presses the right mouse button on the docking pane contai...
Definition: EnumDefinition.idl:418
@ kEwDockingPaneXNotifyOnContextMenu
Docking Pane Context Menu notification, User presses menu button or right click to show context menu.
Definition: EnumDefinition.idl:421
@ kEwDockingPaneXNotifyShowWindow
Docking Pane Show Window notification.
Definition: EnumDefinition.idl:417
EwSelectorDialogNotify
All the Selector dialogs reactors IDs.
Definition: EnumDefinition.idl:189
@ kEwSelectorDialogNotifyOnGetDispInfo
GetDispinfo listctrl Selector dialog notification.
Definition: EnumDefinition.idl:193
@ kEwSelectorDialogNotifyOnOpen
Open dialog notification.
Definition: EnumDefinition.idl:190
@ kEwSelectorDialogNotifyOnContextMenu
On Context Menu Selector dialog notification.
Definition: EnumDefinition.idl:195
@ kEwSelectorDialogNotifyOnClose
Close Selector dialog notification.
Definition: EnumDefinition.idl:192
@ kEwSelectorDialogNotifyOnSelectChange
Item selection changed for Selector dialog notification.
Definition: EnumDefinition.idl:191
@ kEwSelectorDialogNotifyOnGetDispIconOverlay
GetDispIconOverlay listctrl Selector dialog notification.
Definition: EnumDefinition.idl:194
EwErrorCode
All errors codes for this API.
Definition: EnumDefinition.idl:24
@ EW_NO_WRITE_PERMISSION
If the user have not the write permission.
Definition: EnumDefinition.idl:78
@ EW_INSERTION_FAILED
Insertion of object failed see Query log for more details.
Definition: EnumDefinition.idl:40
@ EW_FOLDER_ISNOT_EMPTY
Destination folder is not empty but it must empty.
Definition: EnumDefinition.idl:43
@ EW_ERROR_WINDCHILL_LICENSE
An error with windchill license occured, can be no license, expired license, license doesn't have win...
Definition: EnumDefinition.idl:67
@ EW_CANNOT_DELETE_FOLDER
Folder cannot be deleted.
Definition: EnumDefinition.idl:70
@ EW_INVALID_CONNECTIONTYPE
Database connection type is invalid to execute this operation.
Definition: EnumDefinition.idl:44
@ EW_API_NOT_SUPPORTED
API not supported for this application.
Definition: EnumDefinition.idl:52
@ EW_CANNOT_CONNECT_PARSER
The Parser Engine is not registered.
Definition: EnumDefinition.idl:58
@ EW_CANNOT_INITIALIZE
The CAD Engine is not initialized or application is in Beta.
Definition: EnumDefinition.idl:57
@ EW_INVALID_INDEX
The index of the array in not valid, bigger than size.
Definition: EnumDefinition.idl:60
@ EW_CANNOT_CONNECT
Cannot connect to database, collaborative server or user rights.
Definition: EnumDefinition.idl:49
@ EW_OUT_OF_SCOPE
The Number of the user data is out of the scope of the user data of the object (usually between 0 and...
Definition: EnumDefinition.idl:51
@ EW_DATABASE_CONNECTION_ERROR
Cannot connect to a database.
Definition: EnumDefinition.idl:32
@ EW_LICENSE_WITHOUT_API_OPTION
The license doesn't have option to run API.
Definition: EnumDefinition.idl:66
@ EW_OBJECT_ALREADY_INSERTED
This object has already been inserted.
Definition: EnumDefinition.idl:39
@ EW_INVALID_FILE
Invalid file
Definition: EnumDefinition.idl:30
@ EW_PROJECT_OPENED
Project is opened.
Definition: EnumDefinition.idl:71
@ EW_CANNOT_OPEN_PROJECT
Cannot open project.
Definition: EnumDefinition.idl:53
@ EW_CANNOT_DROP_DATABASE
SQL Database cannot be deleted.
Definition: EnumDefinition.idl:69
@ EW_NO_IMPORT_LIBRARY_EXIST
The Library object is not found.
Definition: EnumDefinition.idl:56
@ EW_CANNOT_CREATE_FILE
Cannot create a new file.
Definition: EnumDefinition.idl:38
@ EW_NO_ENVIRONMENT_AVAILABLE
Environment not available.
Definition: EnumDefinition.idl:64
@ EW_NO_ACTIVEDOCUMENT
No Active Document.
Definition: EnumDefinition.idl:80
@ EW_NO_PROJECT_OPENED_BY_SOMEONE_ELSE
Project opened by someone else from another computer. Use collaborative server to identify who is usi...
Definition: EnumDefinition.idl:68
@ EW_CANNOT_CLOSE
Cannot close files, ...
Definition: EnumDefinition.idl:75
@ EW_CANNOT_COPY_FILE
Cannot copy file.
Definition: EnumDefinition.idl:37
@ EW_NO_DATA
If they are no data in the zip, object, ...
Definition: EnumDefinition.idl:77
@ EW_OBJECT_ALREADY_EXISTS
This already exists.
Definition: EnumDefinition.idl:41
@ EW_NOT_IMPLEMENTED
Method not implemented.
Definition: EnumDefinition.idl:25
@ EW_CANNOT_OPEN
Cannot open file, ...
Definition: EnumDefinition.idl:74
@ EW_CANNOT_CLOSE_PROJECT
Cannot close project.
Definition: EnumDefinition.idl:54
@ EW_INVALID_RIGHT
If the current user does not have the good right to use feature.
Definition: EnumDefinition.idl:72
@ EW_CAN_NOT_WRITE
Cannot write in output (file, folder, network,etc...)
Definition: EnumDefinition.idl:31
@ EW_ALREADY_OPEN
If the current object is already open by another.
Definition: EnumDefinition.idl:73
@ EW_NO_ACTIVEPROJECT
No active project.
Definition: EnumDefinition.idl:45
@ EW_BAD_CONTEXT
If the context of the object is invalid.
Definition: EnumDefinition.idl:79
@ EW_DOES_NOT_EXIST_ERROR
Doesn't exist.
Definition: EnumDefinition.idl:34
@ EW_INVALID_USER
If the user rights management found an invalid login/passord.
Definition: EnumDefinition.idl:76
@ EW_FILE_FROM_HIGHER_VERSION
Version in archive is higher than you can open with your software.
Definition: EnumDefinition.idl:62
@ EW_DATABASE_CREATION_ERROR
Cannot create database.
Definition: EnumDefinition.idl:33
@ EW_UNDEFINED_ERROR
Undefined error.
Definition: EnumDefinition.idl:27
@ EW_OPERATION_CANCELED
The operation, dialog, etc... has been canceled
Definition: EnumDefinition.idl:55
@ EW_BAD_INPUTS
The functions parameters are invalid.
Definition: EnumDefinition.idl:28
@ EW_INVALID_NAME
Invalid name, can be empty or containing invalid characters.
Definition: EnumDefinition.idl:42
@ EW_FILE_NOT_FOUND
File not found.
Definition: EnumDefinition.idl:29
@ EW_OBJECT_NOT_FOUND
Cannot find this object.
Definition: EnumDefinition.idl:48
@ EW_INVALID_ID
ID not found.
Definition: EnumDefinition.idl:50
@ EW_ENVIRONMENT_ALREADY_CONNECTED
Environment is already connected.
Definition: EnumDefinition.idl:81
@ EW_INVALID_LICENSE
The licence number is not a valid licence.
Definition: EnumDefinition.idl:65
@ EW_FOLDER_NOT_FOUND
Folder not found.
Definition: EnumDefinition.idl:63
@ EW_INVALID_OBJECT
Object invalid or not initialized.
Definition: EnumDefinition.idl:35
@ EW_INVALID_CALL
Impossible to call this method.
Definition: EnumDefinition.idl:36
@ EW_NO_ERROR
Success.
Definition: EnumDefinition.idl:26
@ EW_CANNOT_REMOVE
Cannot remove an object, look at description of object for details.
Definition: EnumDefinition.idl:61
@ EW_MACROFILTERS_NOT_INITIALIZED
Before show the Macro selector Dialog, macro filters must be initialized.
Definition: EnumDefinition.idl:59
@ EW_PROJECT_NOTOPENED
Project not opened.
Definition: EnumDefinition.idl:46
@ EW_OUT_OF_MEMORY
Allocating too much memory.
Definition: EnumDefinition.idl:47
EwProjecManagerDialogNotify
All the project manager dialog reactors IDs.
Definition: EnumDefinition.idl:162
@ kEwProjecManagerDialogNotifyOnSelectChange
Project selection changed for project manager dialog notification.
Definition: EnumDefinition.idl:164
@ kEwProjecManagerDialogNotifyOnClose
Close project manager dialog notification.
Definition: EnumDefinition.idl:165
@ kEwProjecManagerDialogNotifyOnOpen
Open project manager dialog notification.
Definition: EnumDefinition.idl:163
EwIconIndex
Default icons.
Definition: EnumDefinition.idl:203
@ kUnkownIcon
Icon not defined.
Definition: EnumDefinition.idl:204
@ kIconHelp
Help icon.
Definition: EnumDefinition.idl:205
EwDockingPaneStandard
Standard Docking Pane.
Definition: EnumDefinition.idl:352
@ EwDockingPaneMacros
Macros Docking pane.
Definition: EnumDefinition.idl:360
@ EwDockingPaneProperties
Properties Docking pane.
Definition: EnumDefinition.idl:355
@ EwDockingPaneConnectionLabel
Connection Label Docking pane.
Definition: EnumDefinition.idl:357
@ EwDockingPaneSymbols
Symbols Docking pane.
Definition: EnumDefinition.idl:362
@ EwDockingPaneUnknown
Docking pane is unspecified.
Definition: EnumDefinition.idl:353
@ EwDockingPaneCommand
Command Docking pane.
Definition: EnumDefinition.idl:361
@ EwDockingPaneDocuments
Documents Docking pane.
Definition: EnumDefinition.idl:358
@ EwDockingPaneCabinetLayout
Cabinet Layout Docking pane.
Definition: EnumDefinition.idl:359
@ EwDockingPaneComponents
Components Docking pane.
Definition: EnumDefinition.idl:356
@ EwDockingPaneResources
Resources Docking pane.
Definition: EnumDefinition.idl:354


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   SOLIDWORKS Electrical API: idl_converted/EnumDefinition.idl Source File
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2024 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.