Search:     Advanced search

PointY(ItemID, SectionIndex, PointIndex)

Article ID: 295
Last updated: 24 Sep, 2010
Views: 789
Posted: 08 Dec, 2008
by Thomas B.
Updated: 24 Sep, 2010
by Murray D.

 

Description:

Returns the Y value of a point recorded on a digitizer item.

Notes:

Creates a message showing the Y Position of the first Point. of the currently selected item. (Must have item Selected.) Copy and past code inta a New PlanSwift Script.

Pascal Example:

AItem := CurrentItem;
ASection := CurrentSection;
ShowMessage('Point 1 Y: ' + PointY(AItem,ASection,0));

.

Visual Basic Example:

AItem = CurrentItem
ASection = CurrentSection
ShowMessage("Point 1 Y: " + PointY(AItem,ASection,0))


Enterprise and Developer editions

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
PointX(ItemID, SectionIndex, PointIndex)     PointCount(ItemID, SectionIndex = 0)