Revit 2025.3 API
Exporter |
Returns the number of non-empty, non-duplicate building stories in the file.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static int GetNumBuildingStoreys( ExporterIFC exporterIFC )
Public Shared Function GetNumBuildingStoreys ( exporterIFC As ExporterIFC ) As Integer
public: static int GetNumBuildingStoreys( ExporterIFC^ exporterIFC )
static member GetNumBuildingStoreys : exporterIFC : ExporterIFC -> int
Parameters
- exporterIFC ExporterIFC
- The exporter.
Return Value
Int32The number of stories.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also