Total cache size (not individual terrain sources) for the analytical terrain in the scenario. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property TotalCacheSize() As Integer |
[C#] |
---|
public int TotalCacheSize {get; set;} |
[Managed C++] |
---|
public: __property int get_TotalCacheSize(); |
[Unmanaged C++] |
---|
public: HRESULT get_TotalCacheSize( long * pVal ); public: HRESULT put_TotalCacheSize( long TotalCacheSize ); |
[Java] |
---|
public int getTotalCacheSize(); public void setTotalCacheSize( int ); |