Click or drag to resize

diagramModel Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the diagramModel class

Namespace:  imbSCI.DataComplex.diagram
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public diagramModel(
	string __name,
	string __description,
	diagramDirectionEnum __direction
)
Request Example View Source

Parameters

__name
Type: SystemString
__description
Type: SystemString
__direction
Type: imbSCI.DataComplex.diagram.enumsdiagramDirectionEnum
See Also