How many bytes for IRaster2 storage allocation?

566
0
08-28-2013 06:49 AM
martinmaretta
Occasional Contributor
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.
0 Kudos
0 Replies