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: 23.0.0.0 (23.1.0.0)
Since:
2023
Syntax
C# |
---|
public bool IsValidSectionTypeId(
ElementId familySymbolId
) |
Visual Basic |
---|
Public Function IsValidSectionTypeId ( _
familySymbolId As ElementId _
) As Boolean |
Visual C++ |
---|
public:
bool IsValidSectionTypeId(
ElementId^ familySymbolId
) |
Return Value
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