|
YDataPtr
Purpose This property is used to communicate to ProEssentials that the YData property should not allocate it's own memory, but instead use the local memory address that has already been allocated to the appropriate size. If JaggedData=False, the format of the data is defined by the SubsetByPoint property.
Examples 146 and 123 show an implementation of this feature.
The advantages of using this feature are reducing the memory needs for your project:
Comments .Net developers note that methods such as PeData.Y.UseDataAtLocation are documented in Chapter 2: .Net Property Arrays
.Net Non-JaggedData: PeData.Y.UseDataAtLocation
DLL develppes must set this property with PEvset (Non-Jagged) or PEvsetcellEx (Jagged-Data).
If greater precision is needed, set UsingYDataII to TRUE and use YDataIIPtr instead of this property.
Related properties: YDataIIPtr, XDataPtr, XDataIIPtr, ZDataPtr, ZDataIIPtr, PointColorsPtr
C#.NET Example
C / C++ Example
|
|
©2026 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|