StructuralSection Class


The base class for StructuralSection specific classes, designed to provide common parameters and ability to differentiate between different structural section shapes.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2015

Syntax

C#
public class StructuralSection : IDisposable
Visual Basic
Public Class StructuralSection _
	Implements IDisposable
Visual C++
public ref class StructuralSection : IDisposable

Inheritance Hierarchy

See Also