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