AGI STK Objects 11 Send comments on this topic.
ChunkImageCacheSize Property (IAgScVO)
See Also 





Description

Chunk image cache size (MB). The texture cache temporarily stores chunk imagery for the globe. You may need to increase the size of the cache if all specified terrain cannot be loaded at the same time or the terrain is blurry.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ChunkImageCacheSize() As Integer

[C#]
public int ChunkImageCacheSize {get; set;}

[Managed C++]
public: __property int get_ChunkImageCacheSize();
public: __property void set_ChunkImageCacheSize(
int
);

[Unmanaged C++]
public: HRESULT get_ChunkImageCacheSize(
long * pRetVal
);
public: HRESULT put_ChunkImageCacheSize(
long NewChunkImageCacheSize
);

[Java]
public int getChunkImageCacheSize();public void setChunkImageCacheSize(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1