PropertyObject.IsModifiedType
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
PropertyObject.IsModifiedType
Syntax
PropertyObject.IsModifiedType
Data Type
Purpose
Returns or specifies the PropTypeFlags_IsModifiedType flag on the current PropertyObject .
Remarks
Calling the PropertyObject.SetTypeFlags method to change the PropertyObjTypeFlags of a PropertyObject always sets the PropTypeFlags_IsModifiedType flag, so you cannot clear the PropTypeFlags_IsModifiedType flag with the SetTypeFlags method. Use this property instead to clear the PropTypeFlags_IsModifiedType flag.
This property is valid only for PropertyObject objects that are type definitions. Use the PropertyObject.IsTypeDefinition property to determine whether a PropertyObject is a type definition.
See Also
PropertyObject.DisplayFlagsDialog
PropertyObject.IsTypeDefinition
PropertyObject.SetInstanceDefaultFlags
PropertyObject.SetInstanceOverrideFlags
Thread Safety of the PropertyObject API and TestStand Variables