STK ObjectsSend 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 * pVal
);
public: HRESULT put_TotalCacheSize(
    long TotalCacheSize
);
[Java]
public int getTotalCacheSize();
public void setTotalCacheSize(
    int
);
[Python - STK API ]
@property
def TotalCacheSize(self) -> int:

@TotalCacheSize.setter
def TotalCacheSize(self, TotalCacheSize:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.