Revit 2026 API
Beam |
Find out the BeamSystem to which the beam belongs.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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