Admin Production ni-theme
Current Publication

OGLATTR_COPY_ORIGINAL_DATA

LabWindows/CVI

OGLATTR_COPY_ORIGINAL_DATA

Data Type: integer
Access:read/write
Functions:OGLGetCtrlAttribute
OGLSetCtrlAttribute
Description: Specifies whether a copy of your original plot data is kept for each new plot added to the graph. The original plot data is needed whenever the graph is refreshed. If the graph keeps merely a pointer to the data, erroneous results might occur if you change or deallocate the data. Copying the data prevents these problems but uses more memory and increases the plot time.
0 = Do Not Copy Original Data
1 = Copy Original Data (default)
Values:
OGLVAL_TRUE (1)True
OGLVAL_FALSE (0)False
LabWindows/CVI
Compatibility:
LabWindows/CVI 5.0 and later