Click or drag to resize

diagramBuilderUniversalTreebuildModel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the diagram model from an object with children

Namespace:  imbSCI.DataComplex.diagram.builders
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public override diagramModel buildModel(
	diagramModel output,
	IObjectWithPathAndChildSelector source
)
Request Example View Source

Parameters

output
Type: imbSCI.DataComplex.diagramdiagramModel
source
Type: imbSCI.Data.interfacesIObjectWithPathAndChildSelector
The source.

Return Value

Type: diagramModel
See Also