Get a set of element identifiers of fabrication part types for in-line parts.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ISet<ElementId> GetInLinePartTypes()
Return Value
ISet<ElementId>
Returns the set of element identifiers for in-line parts or an empty set if there are none.
See Also
Reference