Description Returns whether a McDBNode, McDBType or McDBAttributeType is a not to be shown in the user-interface.
-
Return Type
-
A Boolean value. True when the pDBNodeOrAttributeType is a 'Hidden' McDBNode.
-
Syntax
-
object.IsHidden (pDBNodeOrAttributeType, [bCheckTypeOnly])
The IsHidden Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | pDBNodeOrAttributeType | Required. An Object object. | | bCheckTypeOnly | Optional. A Boolean value. Not supported - Legacy, False is assumed. |
|