IFCFileModelOptions.CacheSize Property

IFCFileModelOptionsCacheSize Property

The cache size of the file.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public 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