Section width right Cut.
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2016
Syntax
C# |
---|
public double TopCutWidth { get; set; } |
Visual Basic |
---|
Public Property TopCutWidth As Double Get Set |
Visual C++ |
---|
public: property double TopCutWidth { double get (); void set (double value); } |