Realize a feature template.

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 IFeature RealizeFeature(
	IFeatureHolder fh,
	Feature..::.Template templ
)

Parameters

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

[Missing <param name="fh"/> documentation for "M:BioSharp.Core.Bio.Seq.Impl.SimpleFeature.RealizeFeature(BioSharp.Core.Bio.Seq.IFeatureHolder,BioSharp.Core.Bio.Seq.Feature.Template)"]

templ
Type: BioSharp.Core.Bio.Seq..::.Feature..::.Template

[Missing <param name="templ"/> documentation for "M:BioSharp.Core.Bio.Seq.Impl.SimpleFeature.RealizeFeature(BioSharp.Core.Bio.Seq.IFeatureHolder,BioSharp.Core.Bio.Seq.Feature.Template)"]

Return Value

The feature

Implements

IRealizingFeatureHolder..::.RealizeFeature(IFeatureHolder, Feature..::.Template)

Remarks

This will be a template which has been passed to the CreateFeature method of either this IFeatureHolder or one of our child IFeatures.

See Also