Revit 2025 API
Beam |
Find out the BeamSystem to which the beam belongs.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static BeamSystem BeamBelongsTo( FamilyInstance beam )
Public Shared Function BeamBelongsTo ( beam As FamilyInstance ) As BeamSystem
public: static BeamSystem^ BeamBelongsTo( FamilyInstance^ beam )
static member BeamBelongsTo : beam : FamilyInstance -> BeamSystem
Parameters
- beam FamilyInstance
- The beam want to ask.
Return Value
BeamSystemThe BeamSystem.
See Also