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