Click or drag to resize

QsCommandFlags Enumeration

Flags usati nella definizione dei comandi di AutoCAD

Namespace: QsInformatica.AutoCAD.Runtime
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
[FlagsAttribute]
public enum QsCommandFlags
Members
Member nameValueDescription
Modal0 
Transparent1 
UsePickSet2 
Redraw4 
NoPerspective8 
NoMultiple16 
NoTileMode32 
NoPaperSpace64 
NoOem256 
Undefined512 
InProgress1,024 
Defun2,048 
NoNewStack65,536 
NoInternalLock131,072 
DocReadLock524,288 
DocExclusiveLock1,048,576 
Session2,097,152 
Interruptible4,194,304 
NoHistory8,388,608 
NoUndoMarker16,777,216 
NoBlockEditor33,554,432 
NoActionRecording67,108,864 
ActionMacro134,217,728 
NoInferConstraint1,073,741,824 
TempShowDynDimension-2,147,483,648 
See Also