Revit 2018 API |
VoltageTypeSet..::..Insert Method |
VoltageTypeSet Class See Also |
Insert the specified voltage type into the set.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Syntax
C# |
---|
public virtual bool Insert( VoltageType item ) |
Visual Basic |
---|
Public Overridable Function Insert ( _ item As VoltageType _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Insert( VoltageType^ item ) |
Parameters
- item
- Type: Autodesk.Revit.DB.Electrical..::..VoltageType
The voltage type to be inserted into the set.