Click or drag to resize

FitparameterCollectionAddRange Method

Add a list of objects to the collection.

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

Parameters

list  IEnumerableFitparameter
The list of items to add.
See Also