Share

Document.MullionTypes Property

This property is used to retrieve all the mullion types in current system.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public MullionTypeSet MullionTypes { get; }

Property Value

MullionTypeSet

Remarks

This property returns a set of MullionType objects. These objects can be used change the type of a mullion from one type to another.

See Also

Reference

Was this information helpful?