Hi i want create array fill whit IRaster2 objects (Dim pRasterArray(6, 4) As IRaster2). Is it possible? How can i compute storage allocation or memory usage?
for example i have 35 rasters whit celllSize 10 (5000 px * 5000 px) and i want storage it to the array.
Dim pRasterArray(6, 4) As IRaster2
.
.
.
how can i compute max size of rasters? or is it just reference to object which is 4 bytes on 32 - bit platform?
thanks a lot.
for example i have 35 rasters whit celllSize 10 (5000 px * 5000 px) and i want storage it to the array.
Dim pRasterArray(6, 4) As IRaster2
.
.
.
how can i compute max size of rasters? or is it just reference to object which is 4 bytes on 32 - bit platform?
thanks a lot.