Object Model Reference : Classes : L : Layer : Methods : Layer.CreateFreeConnector |
Function CreateFreeConnector(x1 As Double, y1 As Double, x2 As Double, y2 As Double) As Shape
Member of Layer
The CreateFreeConnector method creates, at a specified location on a layer, a connector line that is not connected to any shape.
• |
See also the Layer.CreateConnector method.
|
The following VBA example creates a free connector line on the active layer in the active document.
Sub LayerConnector() |
ActiveLayer.CreateFreeConnector 2, 3, 6, 7 |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.