Drawings.CopyTo Method

Copies all items inside control master collections (Environment.Entities, Sheets, devDept.Eyeshot.Labels, Environment.Blocks, Environment.Layers, Materials, Environment.TextStyles, Environment.LineTypes) to the specified drawings.
Public Overrides Sub CopyTo( _ 
ByVal destination As Environment, _ 
Optional ByVal skipEntities As Boolean = false _ 
)
This language is not supported or no code example is available.
public override void CopyTo( 
Environment destination
bool skipEntities = false 
)
This language is not supported or no code example is available.

Parameters

destination
Environment

The Drawings that is the destination of the elements copied.

skipEntities
bool

When true the Environment.Entities and Sheets collections is not copied.

Remarks
 
You need to call Environment.Invalidate to see the effect of this command in the destination drawings.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition