Click or drag to resize

ModifierShellmodify Method

Modifies the properties of the given element elem if they have been modified in the agent.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public BuilderShell modify(
	BuilderShell elem
)

Parameters

elem
Type: Karamba.ElementsBuilderShell
Builder to be cloned and modified.

Return Value

Type: BuilderShell
Modified shell-element.
See Also