| ImageGear Professional v18.2 > API Reference Guide > FreqIP Component API Reference > FreqIP Component Objects > IGComplexObject Object > IGComplexObject Methods > UpdateRealRasterFrom Method |
Updates the real data at the specified row, using data from the IGDataArray Object. Note that the IGDataArray Object must be of type double.
UpdateRealRasterFrom(rowNum As Long, ReDataArray As IGDataArray)
| Name | Description |
|---|---|
| rowNum | Index of the row for which to get real data. |
| ReDataArray | IGDataArray object from which to copy the data. |
None
N/A