Revit 2026 API
Beam |
Retrieves or changes the type of the BeamSystem.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public BeamSystemType BeamSystemType { get; set; }
Public Property BeamSystemType As BeamSystemType Get Set
public: property BeamSystemType^ BeamSystemType { BeamSystemType^ get (); void set (BeamSystemType^ value); }
member BeamSystemType : BeamSystemType with get, set
Property Value
BeamSystemTypeSee Also