Remove the dying child.

Namespace:  BioSharp.Core.Bio.Seq.Projection
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
void RemoveFeature(
	IFeature projParent,
	IFeature dyingChild
)

Parameters

projParent
Type: BioSharp.Core.Bio.Seq..::.IFeature
the projected parent Feature
dyingChild
Type: BioSharp.Core.Bio.Seq..::.IFeature
the child Feature to remove

Exceptions

ExceptionCondition
BioSharp.Core.Utils..::.ChangeVetoExceptionif the removal of the feature was vetoed

See Also