BAMFormatterCreateIndexFile Property |
Gets or sets the value indicating that whether to create index file or not.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic bool CreateIndexFile { get; set; }
Public Property CreateIndexFile As Boolean
Get
Set
public:
property bool CreateIndexFile {
bool get ();
void set (bool value);
}
member CreateIndexFile : bool with get, set
Property Value
Type:
Boolean
See Also