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





Windows & Linux

Description

Chunk terrain cache size (MB).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ChunkTerrainCacheSize() As Integer
[C#]
public int ChunkTerrainCacheSize {get; set;}
[Managed C++]
public: __property int get_ChunkTerrainCacheSize();
public: __property void set_ChunkTerrainCacheSize( int );
[Unmanaged C++]
public: HRESULT get_ChunkTerrainCacheSize(
    long * pVal
);
public: HRESULT put_ChunkTerrainCacheSize(
    long ChunkTerrainCacheSize
);
[Java]
public int getChunkTerrainCacheSize();
public void setChunkTerrainCacheSize(
    int
);
[Python - STK API ]
@property
def ChunkTerrainCacheSize(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.