NucmerPairwiseAlignerIsAlign Property |
Gets or sets a value indicating whether to run Align or AlignSimple.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax protected bool IsAlign { get; set; }
Protected Property IsAlign As Boolean
Get
Set
protected:
property bool IsAlign {
bool get ();
void set (bool value);
}
member IsAlign : bool with get, set
Property Value
Type:
BooleanSee Also