Search:     Advanced search

PointCount(ItemID, SectionIndex = 0)

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

 

 

Description:

Returns the # of points on the item.

Notes:

Creates a message showing the Number of point in the currently selected item.

Pascal Example:

AItem := CurrentItem;
ASection := CurrentSection;
showMessage(intToStr(PointCount(AItem,ASection));

Visual Basic Example:

AItem = CurrentItem
ASection = CurrentSection
showMessage(intToStr(PointCount(AItem,ASection))


Enterprise and Developer editions

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
PointY(ItemID, SectionIndex, PointIndex)     Digitizer Routines