RuledFace.IsExtruded Property

RuledFaceIsExtruded Property

Determines if this is an extruded ruled surface.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.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

Boolean
See Also