The location of this feature.

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 abstract ILocation Location { get; set; }

Implements

IFeature..::.Location

Remarks

The location may be complicated, or simply a range. The annotation is assumed to apply to all the region contained within the location.

Any values returned from methods that rely on the old location must not be affected.

See Also