Click or drag to resize

diagramModelAddLink Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the link.

Namespace:  imbSCI.DataComplex.diagram
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public diagramLink AddLink(
	diagramNode from,
	diagramNode to,
	diagramLinkTypeEnum type,
	string description = "",
	string __hash = "",
	ILogBuilder logger = null
)
Request Example View Source

Parameters

from
Type: imbSCI.DataComplex.diagram.corediagramNode
From.
to
Type: imbSCI.DataComplex.diagram.corediagramNode
To.
type
Type: imbSCI.DataComplex.diagram.enumsdiagramLinkTypeEnum
The type.
description (Optional)
Type: SystemString
The description.
__hash (Optional)
Type: SystemString
logger (Optional)
Type: imbSCI.Core.reportingILogBuilder

Return Value

Type: diagramLink
See Also