Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

9f47a550 e7cb a508 ac8b 314ae493f261

haplokuon edited this page May 6, 2023 · 1 revision

Clone Method

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override Object Clone()

VB

Public Overrides Function Clone As Object

C++

public:
virtual Object^ Clone() override

F#

abstract Clone : unit -> Object 
override Clone : unit -> Object 

Return Value

Object
A new Layout that is a copy of this instance.

Implements

ICloneable.Clone()

Remarks

The Model Layout cannot be cloned.
When cloning a PaperSpace layout the contents of the layout will not be cloned.

See Also

Reference

Layout Class
Clone Overload
netDxf.Objects Namespace

Clone this wiki locally