Sketch.CopyContentsTo Method
Parent Object: SketchDescription
Method that copies all the contents of the sketch to the \input target sketch.
Syntax
Sketch.CopyContentsTo( TargetSketch As Sketch )Parameters
Name | Type | Description |
TargetSketch | Sketch | Sketch object that specifies the target sketch into which the contents of the sketch should be copied. |
Samples
Name | Description |
Copy sketch contents | This sample shows how to copy the contents of one sketch to another. |