IFCFileModelOptionsCacheSize Property |
The cache size of the file.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic int CacheSize { get; set; }
Public Property CacheSize As Integer
Get
Set
public:
property int CacheSize {
int get ();
void set (int value);
}
member CacheSize : int with get, set
Property Value
Int32
See Also