|
|
Add the items of the specified collection to the SavedItemCollection
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub AddRange ( _ from As IEnumerable(Of GridLevel) _ ) |
| C# |
|---|
public void AddRange( IEnumerable<GridLevel> from ) |
| Visual C++ |
|---|
public: void AddRange( IEnumerable<GridLevel^>^ from ) |
Parameters
- from
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'GridLevel>)>)>
The collection to add items from