Family.IsCurtainPanelFamily Property

FamilyIsCurtainPanelFamily Property

Whether the Family is a Curtain Panel family. Curtain Panel family symbols are used as the ObjectTypes of DividedSurface elements.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsCurtainPanelFamily { get; }
Public ReadOnly Property IsCurtainPanelFamily As Boolean
	Get
public:
property bool IsCurtainPanelFamily {
	bool get ();
}
member IsCurtainPanelFamily : bool with get

Property Value

Boolean
See Also