Click or drag to resize
IntersectOutputType Enumeration
This enum indicates type of output an intersect operation should return.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public enum IntersectOutputType
Members
  Member nameValueDescription
OverlappingIntervals0 OverlappingIntervals indicates that intersect operation should return intervals from the reference that overlap with the query intervals. This option only filters out intervals that do not overlap with the query intervals.
OverlappingPiecesOfIntervals1 OverlappingPiecesOfIntervals indicates that intersect operation should return intervals that indicate the exact base pair overlap between the reference intervals and the query intervals.
See Also

Reference