Revit 2025.3 API
Exporter |
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
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