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