Project all features that are children of feature so that they become children of parent.

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 ProjectChildFeatures(
	IFeature f,
	IFeatureHolder parent
)

Parameters

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

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

parent
Type: BioSharp.Core.Bio.Seq..::.IFeatureHolder
the new parent feature holder

Return Value

a FeatureHolder containing projections of all children of feature so that f.getParent() is equal to parent

Implements

IProjectionContext..::.ProjectChildFeatures(IFeature, IFeatureHolder)

See Also