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: 24.0.0.0 (24.0.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