|
|
Copies the ModelItems from a IEnumerable>ModelItem< and
replaces the list of entries held in SelectedItems
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.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 ModelItems to reference for this operation