Click or drag to resize

MetadataCollectionRemove Method

Tries to remove the item with the given name from the collection.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool Remove(
	string name
)

Parameters

name  String
The metadata name.

Return Value

Boolean
true if an item of that name was remove, false if not.
See Also