FamilySymbol.SetStructuralSection
Description:
Sets the structural section in element.
Sets the structural section in element.
Remarks:
Only beams, braces and structural columns can have a structural section. To check if the element can have structural section use the CanHaveStructuralSection() method.
Only beams, braces and structural columns can have a structural section. To check if the element can have structural section use the CanHaveStructuralSection() method.
public void SetStructuralSection(
StructuralSection structuralSection
)
-
structuralSectionStructural section with values that will be set.
-
A non-optional argument was null
-
This FamilySymbol cannot have a structural section.