MetadataCollectionRemove Method |
Tries to remove the item with the given name from the collection.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool Remove(
string name
)
Public Function Remove (
name As String
) As Boolean
Dim instance As MetadataCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.Remove(name)
Parameters
- name String
- The metadata name.
Return Value
Booleantrue if an item of that name was remove, false if not.
See Also