Checks whether the family symbol id is allowed for
Analytical Member as Section Type property.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidSectionTypeId(
ElementId familySymbolId
)
Parameters
- familySymbolId ElementId
-
Family symbol id which has to be checked.
Return Value
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
See Also
Reference