Set the Splitter to be used for all values of a particular tag.

Namespace:  BioSharp.Core.Bio.Program.TagValue
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public void SetSplitter(
	Object tag,
	ChangeTable..::.ISplitter splitter
)

Parameters

tag
Type: System..::.Object
the tag object which will have all values split
splitter
Type: BioSharp.Core.Bio.Program.TagValue..::.ChangeTable..::.ISplitter
the ISplitter used to split the values

See Also