|
|
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 GridLine) _ ) |
| C# |
|---|
public void AddRange( IEnumerable<GridLine> from ) |
| Visual C++ |
|---|
public: void AddRange( IEnumerable<GridLine^>^ from ) |
Parameters
- from
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'GridLine>)>)>
The collection to add items from