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 * pVal
);
public: HRESULT put_TotalCacheSize(
long TotalCacheSize
);
|
| [Java] |
|---|
public int getTotalCacheSize();
public void setTotalCacheSize(
int
);
|
See Also