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