Realize a feature template.

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

Syntax

C#
IFeature RealizeFeature(
	IFeatureHolder parent,
	Feature..::.Template template
)

Parameters

parent
Type: BioSharp.Core.Bio.Seq..::.IFeatureHolder
The parent
template
Type: BioSharp.Core.Bio.Seq..::.Feature..::.Template
The template

Return Value

The feature

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