Indicates if the stairs is created by stairs components(runs, landings and supports).
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
Visual Basic |
---|
Public Shared Function IsByComponent ( _
document As Document, _
stairsId As ElementId _
) As Boolean |
Visual C++ |
---|
public:
static bool IsByComponent(
Document^ document,
ElementId^ stairsId
) |
Return Value
True if the stairs is created by components, False otherwise.
Exceptions
See Also