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
X coordinate of the starting point.
Y coordinate of the starting point.
X coordinate of any non ending point.
Y coordinate of any non ending point.
X coordinate of the ending point.
Y coordinate of the ending point.
As IVdArc. This is the newly-created Arc Object.