Click or drag to resize

ctPropertyAttribute_e Enumeration


Namespace: CTEngineLib
Assembly: Interop.CTEngineLib (in Interop.CTEngineLib.dll) Version: 25.1.0.0
Syntax
public enum ctPropertyAttribute_e
Members
Member nameValueDescription
ctPropertyAttributeReadOnly1 
ctPropertyAttributeUseInSearch2 
ctPropertyAttributeExcludeItemSearch4 
ctPropertyAttributeExcludeItemCopy8 
ctPropertyAttributeRequired16 
ctPropertyAttributeClearOnSaveAs32 
ctPropertyAttributeEnableInPrint64 
ctPropertyAttributeUpperCase128 
ctPropertyAttributeShowMassUnit256 
ctPropertyAttributeShowNamedSequencesOnly512 
ctPropertyAttributeShowNamedCombinationsOnly1,024 
ctPropertyAttributeHidden2,048 
ctPropertyAttributeDBOnly4,096 
ctPropertyAttributeReadOnlyForDBItems8,192 
ctPropertyAttributeDisplayOnlyColorName16,384 
ctPropertyAttributeEnableValueComparison32,768 
ctPropertyAttributeDisplayInTreeView65,536 
ctPropertyAttributeEnableFiltering131,072 
ctPropertyAttributeWriteOnUpdate262,144 
ctPropertyAttributeCopyAsDrwProp524,288 
ctPropertyAttributeCopyAsModelProp1,048,576 
ctPropertyAttributeDisplayInCustomCopy2,097,152 
ctPropertyAttributeTrackHistory4,194,304 
ctPropertyAttributeExcludeFromItemSearch8,388,608 
ctPropertyAttributeAllowScripting16,777,216 
See Also