ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGDataArray Object > IGDataArray Methods > ChangeAttrs Method |
Changes array attributes such as the type and the number of elements stored in the array. If the type of array elements is not changed the previous values are preserved in the array.
ChangeAttrs (NewType As enumIGAbsDataType, NewSize As Long)
Name | Description |
---|---|
NewType | New type of the array, see all enumIGAbsDataType Enumeration values except of IG_DATA_ARRAY. |
NewSize | New size of the array (the number of elements). |
N/A
N/A
None