Revit 2022 API |
RuledFace..::..IsExtruded Property |
RuledFace Class See Also |
Determines if this is an extruded ruled surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
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 (); } |