<Code Lib>
2023 Method
Changes 3
M

AnalyticalMember.IsValidSectionTypeId

Description:
Checks whether the family symbol id is allowed for Analytical Member as Section Type property.

public bool IsValidSectionTypeId(
	ElementId familySymbolId
)

Return Value bool True if %familySymbolId% is invalidElementId; or if it is the id of a FamilySymbol of category "Structural Framing" (OST_StructuralFraming) or "Structural Columns" (OST_StructuralColumns) Returns false otherwise.

Loading…