CADability dotNET
Overrides Clone()()()(). Returns a new Block, that contains clones of the children of this Block. An IGeoObject cannot be contained by two different block objects, because there may be only one owner (see also Owner).

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public override IGeoObject Clone()
Visual Basic
Public Overrides Function Clone As IGeoObject
Visual C++
public:
virtual IGeoObject^ Clone() override

Return Value

Implements

IGeoObject..::..Clone()()()()

See Also