TPoint3DSeries reading Zvalue ?
Posted: Thu Dec 11, 2003 2:18 pm
How do I go about to get the stored Zvalue in a TPoint3DSeries when I know the indexnumber in the series? - X and Y have the Series.?Value(nr) but there is no for Z-axis?
Steema Software - Customer Support Forums
http://493266.hkjq7.group/support/
Code: Select all
var zval: double;
zval := point3DSeries.ZValues[Index];