Quantcast
Channel: Forums - ArcObjects SDKs
Viewing all articles
Browse latest Browse all 1374

How many bytes for IRaster2 storage allocation?

$
0
0
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.

Viewing all articles
Browse latest Browse all 1374

Trending Articles