Click or drag to resize

ExportBuilderbuildElement Method

add element data to the product

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void buildElement(
	ModelElement e,
	Model m
)

Parameters

e
Type: Karamba.ElementsModelElement
element to be processed
m
Type: Karamba.ModelsModel
statical model
See Also