Description Removes a McDataNodeRef from the collection.
-
Return Type
-
A Boolean value. A Boolean with value True. Failure Returns False. Failure conditions: vntIndexKey does Not identify a McDataNodeRef in the collection.
-
Syntax
-
object.Remove (vntIndexKey)
The Remove Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodeRefs. | | vntIndexKey | Required. A Variant value. 0-based numeric Index, String Path, McDBNode or McDataNodeRef. |
|