StairsRunTypeHasRisers Property |
True if the stairs run will include risers on steps, false otherwise.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool HasRisers { get; set; }
Public Property HasRisers As Boolean
Get
Set
public:
property bool HasRisers {
bool get ();
void set (bool value);
}
member HasRisers : bool with get, set
Property Value
Boolean
See Also