Solid Edge Draft Type Library
CopyBlock Method
Specifies the name of the block to copy.
Description
Copy a block to this collection using the specified name.
Syntax
Visual Basic
Public Function CopyBlock( _
   ByVal BlockToCopy As Block _
) As Block
Parameters
BlockToCopy
Specifies the name of the block to copy.
Remarks
The block to copy should reside in a different file. If a block of the same name already exists, the existing block will be returned.
See Also

Blocks Collection  | Blocks Members  | Solid Edge V19 - What's New