C++
enum BlockEditModeFlags { kBlkEditModeNone = 0x0, kBlkEditModeActive = 0x01, kBlkEditModeOpen = 0x02, kBlkEditModeDirty = 0x04, kBlkEditModeBSaved = 0x08 };
File
aced.h
Members
| Members | Description |
|---|---|
| kBlkEditModeNone | No block edit in progress |
| kBlkEditModeActive | A block edit session is currently active |
| kBlkEditModeOpen | The drawing being edited had dynamic blocks when it was opened and was opened into the block editor, so it will be closed when the block edit session is ended. |
| kBlkEditModeDirty | Edits have been made in the current block edit session |
| kBlkEditModeBSaved | The block open in the current block editor session have been saved with the BSAVE command since the last drawing save |
Description
This enum provides bit flags used in the value returned by acedGetBlockEditMode().