  | ctPropertyAttribute_e Enumeration | 
Namespace: CTEngineLibAssembly: Interop.CTEngineLib (in Interop.CTEngineLib.dll) Version: 25.1.0.0
Syntaxpublic enum ctPropertyAttribute_e
Public Enumeration ctPropertyAttribute_e
Members| Member name | Value | Description | 
|---|
| ctPropertyAttributeReadOnly | 1 |   | 
| ctPropertyAttributeUseInSearch | 2 |   | 
| ctPropertyAttributeExcludeItemSearch | 4 |   | 
| ctPropertyAttributeExcludeItemCopy | 8 |   | 
| ctPropertyAttributeRequired | 16 |   | 
| ctPropertyAttributeClearOnSaveAs | 32 |   | 
| ctPropertyAttributeEnableInPrint | 64 |   | 
| ctPropertyAttributeUpperCase | 128 |   | 
| ctPropertyAttributeShowMassUnit | 256 |   | 
| ctPropertyAttributeShowNamedSequencesOnly | 512 |   | 
| ctPropertyAttributeShowNamedCombinationsOnly | 1,024 |   | 
| ctPropertyAttributeHidden | 2,048 |   | 
| ctPropertyAttributeDBOnly | 4,096 |   | 
| ctPropertyAttributeReadOnlyForDBItems | 8,192 |   | 
| ctPropertyAttributeDisplayOnlyColorName | 16,384 |   | 
| ctPropertyAttributeEnableValueComparison | 32,768 |   | 
| ctPropertyAttributeDisplayInTreeView | 65,536 |   | 
| ctPropertyAttributeEnableFiltering | 131,072 |   | 
| ctPropertyAttributeWriteOnUpdate | 262,144 |   | 
| ctPropertyAttributeCopyAsDrwProp | 524,288 |   | 
| ctPropertyAttributeCopyAsModelProp | 1,048,576 |   | 
| ctPropertyAttributeDisplayInCustomCopy | 2,097,152 |   | 
| ctPropertyAttributeTrackHistory | 4,194,304 |   | 
| ctPropertyAttributeExcludeFromItemSearch | 8,388,608 |   | 
| ctPropertyAttributeAllowScripting | 16,777,216 |   | 
See Also