Project all of the features in a 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 IFeatureHolder ProjectFeatures(
	IFeatureHolder fh
)

Parameters

fh
Type: BioSharp.Core.Bio.Seq..::.IFeatureHolder

[Missing <param name="fh"/> documentation for "M:BioSharp.Core.Bio.Seq.Projection.ReparentContext.ProjectFeatures(BioSharp.Core.Bio.Seq.IFeatureHolder)"]

Return Value

a FeatureHolder containing all the features projected

Implements

IProjectionContext..::.ProjectFeatures(IFeatureHolder)

Remarks

Warning: The results of calling this method for features that are not in UnprojectedFeatures is not specified by this API, but it is reasonable to assume that bad things will happen.

See Also