InfiniteLine Element

Visio XML Reference

Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.

Syntax

  <InfiniteLine
    [IX]
    [Del]>
</InfiniteLine>

Attributes

IX

Optional int. The zero-based index of the element within its parent element.

Del

Optional boolean. A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Element properties

Property Value
Name InfiniteLine
Minimum Occurrences 0
Maximum Occurrences Unbounded

Element information

Parent elements

Geom

Child elements

X

Y

A

B

Remarks

A Geom element that contains an InfiniteLine or Ellipse element should not also contain any of the following elements: MoveTo, LineTo, ArcTo, EllipticalArcTo, PolylineTo, NURBSTo, SplineStart, or SplineKnot.

The InfiniteLine element is relevant only when contained in a Shape element. It is ignored when contained in a DocumentSheet, PageSheet, or StyleSheet element.

See also

InfiniteLine row (Geometry section)