Click or drag to resize

diagramModelAddNode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new node in the model

Namespace:  imbSCI.DataComplex.diagram
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public diagramNode AddNode(
	string __description,
	diagramNodeShapeEnum type,
	string __name = "",
	string __hash = "",
	ILogBuilder logger = null
)
Request Example View Source

Parameters

__description
Type: SystemString
The description.
type
Type: imbSCI.DataComplex.diagram.enumsdiagramNodeShapeEnum
The type.
__name (Optional)
Type: SystemString
The name.
__hash (Optional)
Type: SystemString
logger (Optional)
Type: imbSCI.Core.reportingILogBuilder

Return Value

Type: diagramNode
See Also