ImageGear Professional v18.2 > API Reference Guide > FreqIP Component API Reference > FreqIP Component Objects > IGComplexObject Object > IGComplexObject Methods > GetRealRasterCopy Method |
Creates a new IGDataArray Object and copies to it the real data at the specified row.
GetRealRasterCopy(rowNum As Long) As IGDataArray
Name | Description |
---|---|
rowNum | Index of the row for which to get real data. |
A new instance of IGDataArray Object, containing the real data at the specified row.
N/A