Share

ExporterIFCUtils.GetNumBuildingStoreys Method

Note: This API is now obsolete.

Returns the number of non-empty, non-duplicate building stories in the file.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

[ObsoleteAttribute("This is deprecated in Revit 2026.  Use ExporterCacheManager.LevelInfoCache.LevelsById.Count instead.")]
public static int GetNumBuildingStoreys(
	ExporterIFC exporterIFC
)

Parameters

exporterIFC  ExporterIFC
The exporter.

Return Value

Int32
The number of stories.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?