Remove a feature from this FeatureHolder.
Namespace:
BioSharp.Core.Bio.Seq.ImplAssembly: 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
Exception | Condition |
---|---|
BioSharp.Core.Utils..::.ChangeVetoException | if this FeatureHolder does not support feature removal or if the change was vetoed |
BioSharp.Core.Bio..::.BioException | if there was an error removing the feature |