Revit 2020.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: 20.0.0.0 (20.1.1.1)
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 (); } |