Click or drag to resize

industryTermModelProject Constructor (String, String, folderNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the industryTermModelProject class.

Namespace:  imbWBI.IndustryTermModel.industry
Assembly:  imbWBI.IndustryTermModel (in imbWBI.IndustryTermModel.dll) Version: 1.0.49
Syntax
C#
public industryTermModelProject(
	string __name,
	string __description,
	folderNode __parentNode
)

Parameters

__name
Type: SystemString
The name.
__description
Type: SystemString
The description.
__parentNode
Type: folderNode
The parent node.
See Also