 | QsCommandFlags Enumeration |
Flags usati nella definizione dei comandi di AutoCAD
Namespace: QsInformatica.AutoCAD.RuntimeAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 29.0.0
Syntax[FlagsAttribute]
public enum QsCommandFlags
<FlagsAttribute>
Public Enumeration QsCommandFlags
[FlagsAttribute]
public enum class QsCommandFlags
[<FlagsAttribute>]
type QsCommandFlags
Members| Member name | Value | Description |
|---|
| Modal | 0 | |
| Transparent | 1 | |
| UsePickSet | 2 | |
| Redraw | 4 | |
| NoPerspective | 8 | |
| NoMultiple | 16 | |
| NoTileMode | 32 | |
| NoPaperSpace | 64 | |
| NoOem | 256 | |
| Undefined | 512 | |
| InProgress | 1,024 | |
| Defun | 2,048 | |
| NoNewStack | 65,536 | |
| NoInternalLock | 131,072 | |
| DocReadLock | 524,288 | |
| DocExclusiveLock | 1,048,576 | |
| Session | 2,097,152 | |
| Interruptible | 4,194,304 | |
| NoHistory | 8,388,608 | |
| NoUndoMarker | 16,777,216 | |
| NoBlockEditor | 33,554,432 | |
| NoActionRecording | 67,108,864 | |
| ActionMacro | 134,217,728 | |
| NoInferConstraint | 1,073,741,824 | |
| TempShowDynDimension | -2,147,483,648 | |
The QsCommandFlags type exposes the following members.
Extension Methods| | Name | Description |
|---|
 | GetAttributeTAttribute |
This method retrieves a specific attribute (TAttribute) associated
with the given enum value. It returns the attribute instance if
found, or null if the attribute is not present.
(Defined by EnumExtension) |
Top
See Also