Revit 2023 API |
FabricSheet..::..CutOverallWidth Property |
FabricSheet Class See Also |
The sheet length after cutting has taken place.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public double CutOverallWidth { get; } |
Visual Basic |
---|
Public ReadOnly Property CutOverallWidth As Double Get |
Visual C++ |
---|
public: property double CutOverallWidth { double get (); } |