|
BuilderElementCopy Method
|
copy contents of another grass-element.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void Copy(
BuilderElement other
)
Public Sub Copy (
other As BuilderElement
)
public:
void Copy(
BuilderElement^ other
)
member Copy :
other : BuilderElement -> unit
Parameters
- other
- Type: Karamba.ElementsBuilderElement
other model element to take the data from.
See Also