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