RVTDocs.com

AnalyticalMember.IsValidSectionTypeId

Method
Description:
Checks whether the family symbol id is allowed for Analytical Member as Section Type property.
Syntax
public bool IsValidSectionTypeId(
	ElementId familySymbolId
)
Parameters
Parameter Type Description
familySymbolId ElementId Family symbol id which has to be checked.
Return Value
Type Description
Boolean 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.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null