BeamSystem.BeamType Property

BeamSystemBeamType Property

Retrieves or changes the Beam Type of the BeamSystem.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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

FamilySymbol
See Also