Click or drag to resize

webDatasetSubset Constructor (String, Int32, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the webDatasetSubset class

Namespace:  imbWEM.Core.webDataset
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public webDatasetSubset(
	string _nodePath,
	int _depth,
	bool _flat
)

Parameters

_nodePath
Type: SystemString

[Missing <param name="_nodePath"/> documentation for "M:imbWEM.Core.webDataset.webDatasetSubset.#ctor(System.String,System.Int32,System.Boolean)"]

_depth
Type: SystemInt32

[Missing <param name="_depth"/> documentation for "M:imbWEM.Core.webDataset.webDatasetSubset.#ctor(System.String,System.Int32,System.Boolean)"]

_flat
Type: SystemBoolean

[Missing <param name="_flat"/> documentation for "M:imbWEM.Core.webDataset.webDatasetSubset.#ctor(System.String,System.Int32,System.Boolean)"]

See Also