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





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 * pRetVal
);
public: HRESULT put_ChunkTerrainCacheSize(
long NewChunkTerrainCacheSize
);

[Java]
public int getChunkTerrainCacheSize();public void setChunkTerrainCacheSize(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1