|
|
Initialize SelectionSet with copy of ExplicitModelItems
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub CopyFrom ( _ items As ModelItemCollection _ ) |
| C# |
|---|
public void CopyFrom( ModelItemCollection items ) |
| Visual C++ |
|---|
public: void CopyFrom( ModelItemCollection^ items ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'items' is null |
| System..::..ArgumentException | Argument 'items' has been Disposed |