StairsTypeHasMiddleSupports Property |
True if the stairs type has middle supports, False otherwise.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool HasMiddleSupports { get; set; }
Public Property HasMiddleSupports As Boolean
Get
Set
public:
property bool HasMiddleSupports {
bool get ();
void set (bool value);
}
member HasMiddleSupports : bool with get, set
Property Value
Boolean
See Also