SketchBlockDefinitionProxy.CopyTo Method
Parent Object: SketchBlockDefinitionProxyDescription
Method that copies the definition to the target document.
Syntax
SketchBlockDefinitionProxy.CopyTo( TargetDocument As Document, [Reserved] As Boolean ) As SketchBlockDefinitionParameters
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. |