| Revit 2022.1 API |
| AnalyticalModelSurface..::..HasExtension Property |
| AnalyticalModelSurface Class See Also |
Indicates if the element supports an extension option.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2015
Syntax
| C# |
|---|
public bool HasExtension { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HasExtension As Boolean Get |
| Visual C++ |
|---|
public: property bool HasExtension { bool get (); } |
Remarks
Analytical model elements for walls support extension options, while those for floor or slabs do not.