| Revit 2021.1 API |
| StructuralSectionConcreteCross..::..CantileverLength Property |
| StructuralSectionConcreteCross Class See Also |
Flange cantilever length.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2016
Syntax
| C# |
|---|
public double CantileverLength { get; set; } |
| Visual Basic |
|---|
Public Property CantileverLength As Double Get Set |
| Visual C++ |
|---|
public: property double CantileverLength { double get (); void set (double value); } |