AddArc Method (Block Object)

Scope: Schematic editor

Object: Block Object

Prerequisites: None

Adds an arc to the block.

Usage

Block.AddArc(ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long) As IVdArc

Arguments

X1

X coordinate of the starting point.

Y1

Y coordinate of the starting point.

X2

X coordinate of any non ending point.

Y2

Y coordinate of any non ending point.

X3

X coordinate of the ending point.

Y3

Y coordinate of the ending point.

Return Values

As IVdArc. This is the newly-created Arc Object.