Share

ExporterIFCUtils.GetDoor2DArcsFromFamily Method

Gets the arcs associated with the plan view of a door.


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

Syntax

C#

public static IList<Arc> GetDoor2DArcsFromFamily(
	Family pFam
)

Parameters

pFam  Family
The family.

Return Value

IList<Arc>
The arcs.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?