M-Files API 23.11.13135.0
Add Method
NamedValueNamespaces Collection : Add Method
The position at which a new collection member is added. Any invalid position implies appending.
The new member to be added.
Description
Adds the item to the collection at the specified position.
Syntax
Visual Basic
Public Sub Add( _
   ByVal Index As Long, _
   ByVal NamedValueNamespace As NamedValueNamespace _
) 
Parameters
Index
The position at which a new collection member is added. Any invalid position implies appending.
NamedValueNamespace
The new member to be added.
See Also

NamedValueNamespaces Collection  | NamedValueNamespaces Members