|
|
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Sub TestsCopyFrom ( _ value As IEnumerable(Of SavedItem) _ ) |
| C# |
|---|
public void TestsCopyFrom( IEnumerable<SavedItem> value ) |
| Visual C++ |
|---|
public: void TestsCopyFrom( IEnumerable<SavedItem^>^ value ) |
Parameters
- value
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'SavedItem>)>)>
A collection of ClashTests.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | The supplied collection contains something which is not a ClashTest. |