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

© 2018 Analytical Graphics, Inc. All Rights Reserved.