Click or drag to resize

IBuildItemsModifierApply Method

Applies the modifier to the items that have been built so far.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Apply(
	IList items
)

Parameters

items  IList
The collection of items to modify.
See Also