IsCurtainPanelFamily 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: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public bool IsCurtainPanelFamily { get; }
Visual Basic
Public ReadOnly Property IsCurtainPanelFamily As Boolean
	Get
Visual C++
public:
property bool IsCurtainPanelFamily {
	bool get ();
}

See Also