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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1