|
PEvgetcellExBOOL PEvgetcellEx (hObject, nProperty, nSubset, nPoint, lpvDestination)
This function gets individual elements of two dimensional property arrays by copying the array element selected by hObject, nProperty, nSubset, and nPoint into the memory location pointed to by lpvDestination.
Returns NonZero if the function was successful, otherwise Zero.
Comments Two dimensional property arrays include XData, YData, ZData, XDataII, YDataII, DataPointLabels, and PointColors.
PEvgetcell can be used to get single dimensioned array elements such as SubsetLabels
PEvget can be used to get an entire array.
PEvgetEx can be used to get a partial section of an array.
Make sure that the buffer pointer to by lpvDestination is large enough to hold the property received. DataPointLabels elements will never exceed 48 characters in length.
See Also: PEvsetcell, PEvsetcellEx, PEvset, and PEvsetEx. |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |