MxPropertyLockedEnum
- Last UpdatedJun 09, 2017
- 1 minute read
Indicates the lock status of an attribute.
enum MxPropertyLockedEnum
{
MxUndefinedLockedStatus = -1,
The Attribute is Unlocked. Data can be modified.
MxUnLocked = 0,
The Attribute is Locked in this object and propagated to all descendents. Data can be modified.
MxLockedInMe = 1,
The Attribute is LockedByMe in an ancestor object. Data cannot be modified.
MxLockedInParent = 2,
MxPropertyLockedEnumEND = 3
}
Members
MxUndefinedLockedStatus
MxLockedInParent
MxPropertyLockedEnumEND
MxLockedInMe
MxUnLocked