Share

DetailDrawingView.CopyTo Method

Parent Object: DetailDrawingView

Description

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

Syntax

DetailDrawingView.CopyTo( TargetSheet As Sheet ) As DrawingView

Parameters

Name Type Description
TargetSheet Sheet Input Sheet object that specifies the sheet that this drawing view is to be copied into. An error occurs if the input sheet is the parent sheet object.

Version

Introduced in version 11

Was this information helpful?