Share

ExporterIFCUtils.GetMinSymbolHeight Method

Obtains the minimum height of the given FamilySymbol.


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

Syntax

C#

public static double GetMinSymbolHeight(
	FamilySymbol symbol
)

Parameters

symbol  FamilySymbol
The family symbol.

Return Value

Double
The minimum height.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?