Find out the BeamSystem to which the beam belongs.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static BeamSystem BeamBelongsTo(
FamilyInstance beam
)
Parameters
- beam FamilyInstance
- The beam want to ask.
Return Value
BeamSystemThe BeamSystem.
See Also
Reference