EdgeSymbol.CopyTo Method
Parent Object: EdgeSymbolDescription
Method that copies the edge symbol to specified sheet.
Syntax
EdgeSymbol.CopyTo( TargetSheet As Sheet, [NewName] As Variant, [Position] As Variant ) As EdgeSymbolParameters
Name | Type | Description |
TargetSheet | Sheet | Input Sheet object that specifies the sheet to copy the edge symbol to. |
NewName | Variant | Optional input String value that specifies the name of the new edge symbol. If not provided the default name will be used. This is an optional argument whose default value is null. |
Position | Variant | Optional input Point2d object that specifies the position on the sheet to copy the edge symbol to. If not provided the default position will be used. This is an optional argument whose default value is null. |