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