STK ObjectsSend comments on this topic.
ChunkImageCacheSize Property (IAgScVO)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_ChunkImageCacheSize(
    long ChunkImageCacheSize
);
[Java]
public int getChunkImageCacheSize();
public void setChunkImageCacheSize(
    int
);
[Python - STK API ]
@property
def ChunkImageCacheSize(self) -> int:

@ChunkImageCacheSize.setter
def ChunkImageCacheSize(self, ChunkImageCacheSize:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.