Click or drag to resize

MetadataCollectionAddRange Method

Adds a range of items to the collection.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void AddRange(
	IEnumerable<Metadata> Items
)

Parameters

Items  IEnumerableMetadata
The items to be added to the collection
See Also