Structural section of the element.
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2018
Syntax
| C# |
|---|
public StructuralSection Section { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Section As StructuralSection Get |
| Visual C++ |
|---|
public: property StructuralSection^ Section { StructuralSection^ get (); } |