Description
Delete a named attribute in this McDBNode.Attributes collection.
-
Return Type
-
None
-
Syntax
-
object.Remove Name
The Remove Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBAttributes. | | Name | Required. A String value. The [string] name of the attribute to remove/delete.
| Remarks
Attributes are always referenced by string name and NOT by numeric index. There is no way to remove an attribute by numeric index. Calling this method fires the NodeModified event, if it being monitored.
Exceptions
|