Revit 2022 API |
StructuralSectionRectangular..::..Width Property |
StructuralSectionRectangular Class See Also |
Section width.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2015
Syntax
C# |
---|
public double Width { get; set; } |
Visual Basic |
---|
Public Property Width As Double Get Set |
Visual C++ |
---|
public: property double Width { double get (); void set (double value); } |