BeamSystemBeamBelongsTo Method

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
)

Parameters

beam  FamilyInstance
The beam want to ask.

Return Value

BeamSystem
The BeamSystem.
See Also