|
BuilderElementStraightLineCopy Method (BuilderElementStraightLine)
|
fill object with data from another straight line element
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Copy(
BuilderElementStraightLine other
)
Public Sub Copy (
other As BuilderElementStraightLine
)
public:
void Copy(
BuilderElementStraightLine^ other
)
member Copy :
other : BuilderElementStraightLine -> unit
Parameters
- other
- Type: Karamba.ElementsBuilderElementStraightLine
other straight line element
See Also