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: 1.0.0.0 (1.0.0.0)
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