Gets the arcs associated with the plan view of a door.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<Arc> GetDoor2DArcsFromFamily(
Family pFam
)
Parameters
- pFam Family
-
The family.
Return Value
IList<Arc>
The arcs.
Exceptions
See Also
Reference