Share

ExporterIFCUtils.GetMinSymbolWidth Method

Obtains the minimum width 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 GetMinSymbolWidth(
	FamilySymbol symbol
)

Parameters

symbol  FamilySymbol
The family symbol.

Return Value

Double
The minimum width.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?