Skip to content

ACadSharp.CadObject.Clone

Albert Domenech edited this page Oct 3, 2024 · 2 revisions

Clone Method

Creates a new object that is a copy of the current instance.

Remarks

The copy will be unattached from the document or any reference.

Definition

Namespace: ACadSharp.CadObject

C#

public virtualCadObject Clone

Return Value

CadObject

Clone this wiki locally