BeamSystemBeamBelongsTo Method

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
)

Parameters

beam  FamilyInstance
The beam want to ask.

Return Value

BeamSystem
The BeamSystem.
See Also