Click or drag to resize

ExportBuilderbuildElement Method

add element data to the product.

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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