The MullionType style of this Mullion.
Get - to access type of mullion
Set - change type of mullion. If the mullion is locked, InvalidOperationException exception will be thrown.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public MullionType MullionType { get; set; } |
Visual Basic |
---|
Public Property MullionType As MullionType Get Set |
Visual C++ |
---|
public: property MullionType^ MullionType { MullionType^ get (); void set (MullionType^ value); } |