Revit 2025.3 API
| Ruled | 
Determines if this is an extruded ruled surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsExtruded { get; }
Public ReadOnly Property IsExtruded As Boolean Get
public: property bool IsExtruded { bool get (); }
member IsExtruded : bool with get
Property Value
BooleanSee Also