BeamSystemBeamType Property |
Retrieves or changes the Beam Type of the BeamSystem.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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