The location of this feature.

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

Syntax

C#
ILocation Location { get; set; }

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