Arbortext IsoDraw > Macro Language Reference > Functions and Data Types > Complex Data Types > Point
  
Point
A point owns two float properties which define the x- and y-coordinates of the point.
DEFINE pt_Start AS point
pt_Start.x = (-22.99)
pt_Start.y = 123.123