StructuralElementDefinitionData.Section Property

StructuralElementDefinitionDataSection Property

Structural section of the element.

Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public StructuralSection Section { get; }
Public ReadOnly Property Section As StructuralSection
	Get
public:
property StructuralSection^ Section {
	StructuralSection^ get ();
}
member Section : StructuralSection with get

Property Value

StructuralSection
See Also