Indicates if the stairs is created by stairs components(runs, landings and supports).
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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