BeamSystem.BeamSystemType Property

BeamSystemBeamSystemType Property

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

BeamSystemType
See Also