Determines if a face is two-sided (degenerate).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

Syntax

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

See Also