Revit 2025.3 API
Beam |
Retrieves or changes the Beam Type of the BeamSystem.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public FamilySymbol BeamType { get; set; }
Public Property BeamType As FamilySymbol Get Set
public: property FamilySymbol^ BeamType { FamilySymbol^ get (); void set (FamilySymbol^ value); }
member BeamType : FamilySymbol with get, set
Property Value
FamilySymbolSee Also