Solid Edge Assembly Type Library
CopySketch Method
Specifies the source assembly layout or part sketch, or a top level Reference to it.
Specifies the target part or assembly occurrence, a top level Reference to it, or a top level assembly document.
Specifies associativity for the operation. When set to True, the copy is associative. When set to False, the copy is non associative.
Description
Copies the source layout or sketch into the target part or assembly either associatively or nonassociatively.
Syntax
Visual Basic
Public Sub CopySketch( _
   ByVal SourceLayoutOrSketch As Object, _
   ByVal TargetPartOrAssembly As Object, _
   ByVal bAssociativeCopy As Boolean, _
   Optional ByRef pvCopySketchErrorStatus As Variant _
) 
Parameters
SourceLayoutOrSketch
Specifies the source assembly layout or part sketch, or a top level Reference to it.
TargetPartOrAssembly
Specifies the target part or assembly occurrence, a top level Reference to it, or a top level assembly document.
bAssociativeCopy
Specifies associativity for the operation. When set to True, the copy is associative. When set to False, the copy is non associative.
pvCopySketchErrorStatus
See Also

AssemblyDocument Object  | AssemblyDocument Members