Click or drag to resize

indexDomainTable Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the indexDomainTable class

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public indexDomainTable(
	string __filePath,
	bool __autoLoad
)

Parameters

__filePath
Type: SystemString

[Missing <param name="__filePath"/> documentation for "M:imbWEM.Core.index.core.indexDomainTable.#ctor(System.String,System.Boolean)"]

__autoLoad
Type: SystemBoolean

[Missing <param name="__autoLoad"/> documentation for "M:imbWEM.Core.index.core.indexDomainTable.#ctor(System.String,System.Boolean)"]

See Also