Share

SketchBlockDefinitionProxy.CopyTo Method

Parent Object: SketchBlockDefinitionProxy

Description

Method that copies the definition to the target document.

Syntax

SketchBlockDefinitionProxy.CopyTo( TargetDocument As Document, [Reserved] As Boolean ) As SketchBlockDefinition

Parameters

Name Type Description
TargetDocument Document Input Document object that specifies the document to copy the definition into. This can be the source document object if a copy of the definition is to be created in the same document.
Reserved Boolean Optional input Boolean reserved for future use. This value is currently ignored.

This is an optional argument whose default value is False.

Version

Introduced in version 2010

Was this information helpful?