Share

Document.PanelTypes Property

Retrieves a set of PanelType objects that contains all the panel types that are currently loaded into the project.


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

Syntax

C#

public PanelTypeSet PanelTypes { get; }

Property Value

PanelTypeSet

Remarks

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

See Also

Reference

Was this information helpful?