Click or drag to resize

BuilderElementClone Method (ModelElement)

clone grass-element and link it to a given model element.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual Object Clone(
	ModelElement mod_elem
)

Parameters

mod_elem
Type: Karamba.ElementsModelElement
model element to link this element with.

Return Value

Type: Object
cloned grass-element.
See Also