|
|
Sets the contents of the collection to the items in from
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub CopyFrom ( _ from As IEnumerable(Of SelectionSource) _ ) |
| C# |
|---|
public void CopyFrom( IEnumerable<SelectionSource> from ) |
| Visual C++ |
|---|
public: void CopyFrom( IEnumerable<SelectionSource^>^ from ) |
Parameters
- from
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'SelectionSource>)>)>
The collection to copy contents from