Revit 2026 API
Analytical |
Checks whether the family symbol id is allowed for
Analytical Member as Section Type property.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValidSectionTypeId( ElementId familySymbolId )
Public Function IsValidSectionTypeId ( familySymbolId As ElementId ) As Boolean
public: bool IsValidSectionTypeId( ElementId^ familySymbolId )
member IsValidSectionTypeId : familySymbolId : ElementId -> bool
Parameters
- familySymbolId ElementId
- Family symbol id which has to be checked.
Return Value
BooleanTrue 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.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also