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 dyingChild
)

Parameters

dyingChild
Type: BioSharp.Core.Bio.Seq..::.IFeature
a projected feature to remove

Exceptions

ExceptionCondition
BioSharp.Core.Bio..::.BioExceptionif there is an error removing the feature
BioSharp.Core.Utils..::.ChangeVetoExceptionif the removal of the feature was vetoed

See Also