SetLocation Method (Arc Object)

Scope: Schematic editor

Object: Arc Object

Prerequisites: None

Modifies an arc position by specifying three coordinates of the new arc location.

Note:

All coordinates are measured in 100ths of an inch.

Usage

Arc.SetLocation(ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long)

Arguments

X1

The X coordinate of the first point.

Y1

The Y coordinate of the first point.

X2

The X coordinate of the second point.

Y2

The Y coordinate of the second point.

X3

The X coordinate of the third point.

Y3

The Y coordinate of the third point.