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:

PartDescription
objectAn expression evaluating to an object of type McDataManager.
pDBNodeOrAttributeTypeRequired. An Object object. The valid database object (McDBNode or McDBNode's McDBType or McAttributeType) to test.
bCheckTypeOnlyOptional. A Boolean value. Not supported - Legacy, False is assumed.

Remarks

A 'ReadOnly' McDBNode,Attribute may not be edited by the standard user-interface.