Determines if this is an extruded ruled surface.

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

Syntax

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

See Also