| Revit 2022.1 API |
| InsulationTypeSet..::..Erase Method |
| InsulationTypeSet Class See Also |
Removes a specified insulation type from the set.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public virtual int Erase( InsulationType item ) |
| Visual Basic |
|---|
Public Overridable Function Erase ( _ item As InsulationType _ ) As Integer |
| Visual C++ |
|---|
public: virtual int Erase( InsulationType^ item ) |
Parameters
- item
- Type: Autodesk.Revit.DB.Electrical..::..InsulationType
The insulation type to be erased.