Revit 2026 API
IFCFile |
The cache size of the file.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.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
Int32See Also