Click or drag to resize

diaSheet Constructor (String, String)

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

Namespace:  imbSCI.Graph.DiagramLibraries.DiaShape
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public diaSheet(
	string __name,
	string __description
)
Request Example View Source

Parameters

__name
Type: SystemString
The name.
__description
Type: SystemString
The description.
See Also