AGI STK Objects 11 Send comments on this topic.
TotalCacheSize Property (IAgCentralBodyTerrainCollection)
See Also 
Windows






Windows & Linux

Description

Total cache size (not individual terrain sources) for the analytical terrain in the scenario. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_TotalCacheSize();
public: __property void set_TotalCacheSize(
int
);

[Unmanaged C++]
public: HRESULT get_TotalCacheSize(
long * pRetVal
);
public: HRESULT put_TotalCacheSize(
long NewTotalCacheSize
);

[Java]
public int getTotalCacheSize();public void setTotalCacheSize(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface