Click or drag to resize

QsProductFlags Enumeration

Flags usati nella definizione di comandi shared (tra più moduli)

Namespace: QsInformatica.AutoCAD.Runtime
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 29.0.0
Syntax
[FlagsAttribute]
public enum QsProductFlags
Members
Member nameValueDescription
QS_TOPCORE_ID1 
QS_TOP_ID2 
QS_CAMECMEA_ID4 
QS_DEDPLUS_ID8 
QS_ESPLOSI_ID16 
QS_LAYOUT_ID32 
QS_SCHEMES_ID64 
QS_3DTOOLS_ID128 

The QsProductFlags type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetAttributeTAttribute 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