Share

Sheet.CopyTo Method

Parent Object: Sheet

Description

Method that copies this sheet into the specified drawing document. The new sheet is returned.

Syntax

Sheet.CopyTo( TargetDocument As DrawingDocument ) As Sheet

Parameters

Name Type Description
TargetDocument DrawingDocument Input DrawingDocument object that specifies the document that this sheet is to be copied into. An error occurs if the input document is the parent DrawingDocument.

Version

Introduced in version 9

Was this information helpful?