Revit 2026 API
Exporter |
Gets the arcs associated with the plan view of a door.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static IList<Arc> GetDoor2DArcsFromFamily( Family pFam )
Public Shared Function GetDoor2DArcsFromFamily ( pFam As Family ) As IList(Of Arc)
public: static IList<Arc^>^ GetDoor2DArcsFromFamily( Family^ pFam )
static member GetDoor2DArcsFromFamily : pFam : Family -> IList<Arc>
Parameters
- pFam Family
- The family.
Return Value
IListArcThe arcs.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also