|
|
Initialise as explicit selection with items in from
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub CopyFrom ( _ from As IEnumerable(Of ModelItem) _ ) |
| C# |
|---|
public void CopyFrom( IEnumerable<ModelItem> from ) |
| Visual C++ |
|---|
public: void CopyFrom( IEnumerable<ModelItem^>^ from ) |
Parameters
- from
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ModelItem>)>)>
The collection to copy contents from
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | Object is Read-Only |