Revit 2018 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: 18.0.0.0 (18.0.0.420)
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 (); } |