Description Returns whether a McDBNode or McDBAttribute is 'ReadOnly'.
-
Return Type
-
A Boolean value. True when the pdbnode is a 'ReadOnly' McDBNode.
-
Syntax
-
object.IsReadOnly (pDBNodeOrAttributeType, [bCheckTypeOnly])
The IsReadOnly Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | pDBNodeOrAttributeType | Required. An Object object. The valid database object (McDBNode or McDBNode's McDBType or McAttributeType) to test. | | bCheckTypeOnly | Optional. A Boolean value. Not supported - Legacy, False is assumed. | Remarks A 'ReadOnly' McDBNode,Attribute may not be edited by the standard user-interface.
|