INTERSECTY Function
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
In this article
Syntax
Remarks
Example
Returns the y-coordinate (in the local coordinate system) of the point where two lines intersect.
INTERSECTX(x1,y1,angle1,x2,y2,angle2)
Parameters
|
Name |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
|
x1 |
Required |
Number |
The x-coordinate of a point on the first line. |
|
y1 |
Required |
Number |
The y-coordinate of a point on the first line. |
|
angle1 |
Required |
Number |
The value of the Angle cell for the first line. |
|
x2 |
Required |
Number |
The x-coordinate of a point on the second line. |
|
y2 |
Required |
Number |
The y-coordinate of a point on the second line. |
|
angle2 |
Required |
Number |
The value of the Angle cell for the second line. |
Return Value
Number