Indicates if the stairs is created by stairs components(runs, landings and supports).
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsByComponent(
Document document,
ElementId stairsId
)
Parameters
- document Document
-
The document.
- stairsId ElementId
-
The stairs element to check.
Return Value
Boolean
True if the stairs is created by components, False otherwise.
Exceptions
See Also
Reference