Revit 2025.3 API
Beam |
Retrieves or changes the type of the BeamSystem.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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