AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.