<Code Lib>
2023 Method
Changes 4
M

FamilySymbol.GetStructuralSection

Description:
Gets the structural section from element.
Remarks:
Only beams, braces and structural columns can have a structural section. To check if the element can have structural section use the [!:Family.HasStructuralSection()] method.

public StructuralSection GetStructuralSection()

nullNothingnullptr The structural section. null Nothing nullptr a null reference ( Nothing in Visual Basic) if the family symbol does not contain a structural section.

Loading…