Remove a feature from this FeatureHolder.

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

Syntax

C#
public override void RemoveFeature(
	IFeature dyingChild
)

Parameters

dyingChild
Type: BioSharp.Core.Bio.Seq..::.IFeature

[Missing <param name="dyingChild"/> documentation for "M:BioSharp.Core.Bio.Seq.Projection.ProjectedFeatureHolder.RemoveFeature(BioSharp.Core.Bio.Seq.IFeature)"]

Implements

IFeatureHolder..::.RemoveFeature(IFeature)
IFeatureHolder..::.RemoveFeature(IFeature)

Exceptions

ExceptionCondition
BioSharp.Core.Utils..::.ChangeVetoExceptionif this FeatureHolder does not support feature removal or if the change was vetoed
BioSharp.Core.Bio..::.BioExceptionif there was an error removing the feature

See Also