| Revit 2022.1 API |
| StairsType..::..ConstructionMethod Property |
| StairsType Class See Also |
The construction method of the stairs.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public StairsConstructionMethod ConstructionMethod { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ConstructionMethod As StairsConstructionMethod Get |
| Visual C++ |
|---|
public: property StairsConstructionMethod ConstructionMethod { StairsConstructionMethod get (); } |