Click or drag to resize

diagramBuilderUniversalTreebuildChildren Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the children and returns newly built nodes

Namespace:  imbSCI.DataComplex.diagram.builders
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public List<diagramNode> buildChildren(
	diagramModel model,
	diagramNode parent,
	IEnumerable source,
	diagramNodeShapeEnum defShapeType = diagramNodeShapeEnum.normal,
	diagramLinkTypeEnum defLinkType = diagramLinkTypeEnum.normal,
	bool doDegradeImportance = true
)
Request Example View Source

Parameters

model
Type: imbSCI.DataComplex.diagramdiagramModel
The model.
parent
Type: imbSCI.DataComplex.diagram.corediagramNode
The parent.
source
Type: System.CollectionsIEnumerable
The source.
defShapeType (Optional)
Type: imbSCI.DataComplex.diagram.enumsdiagramNodeShapeEnum
Type of the definition shape.
defLinkType (Optional)
Type: imbSCI.DataComplex.diagram.enumsdiagramLinkTypeEnum
Type of the definition link.
doDegradeImportance (Optional)
Type: SystemBoolean
if set to true [do degrade importance].

Return Value

Type: ListdiagramNode
See Also