Click or drag to resize
StandardFeatureMapGetStandardFeatureItem Method
Returns standard feature class instance, if the key in the specified feature item is found in the map; otherwise returns the specified feature item itself. For example: If the specified feature item has the key "Gene" then this method returns instance of the Gene class with data copied from the specified item.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static FeatureItem GetStandardFeatureItem(
	FeatureItem item
)

Parameters

item
Type: Bio.IO.GenBankFeatureItem
Feature item instance to which the standard feature item instance is needed.

Return Value

Type: FeatureItem
If found returns appropriate class instance for the specified feature item, otherwise returns the specified item itself.
See Also