Sheet.CopyTo Method
Parent Object: SheetDescription
Method that copies this sheet into the specified drawing document. The new sheet is returned.
Syntax
Sheet.CopyTo( TargetDocument As DrawingDocument ) As SheetParameters
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. |