ACadSharp.CadObject.Clone - DomCR/ACadSharp GitHub Wiki

Clone Method

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

Remarks

The copy will be unatached from the document or any reference

Definition

Namespace: ACadSharp.CadObject

C#

public virtualCadObject Clone

Return Value

CadObject