Remove a feature from this FeatureHolder.

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

Syntax

C#
public void RemoveFeature(
	IFeature f
)

Parameters

f
Type: BioSharp.Core.Bio.Seq..::.IFeature
The feature to remove

Implements

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