| Revit 2022.1 API |
| DoubleArray..::..Insert Method |
| DoubleArray Class See Also |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public virtual void Insert( ref double item, int index ) |
| Visual Basic |
|---|
Public Overridable Sub Insert ( _ ByRef item As Double, _ index As Integer _ ) |
| Visual C++ |
|---|
public: virtual void Insert( double% item, int index ) |
Parameters
- item
- Type: System..::..Double%
- index
- Type: System..::..Int32