|
|
Merges another Search into this Search, appending its conditions as a new group of conditions.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub Merge ( _ search As Search _ ) |
| C# |
|---|
public void Merge( Search search ) |
| Visual C++ |
|---|
public: void Merge( Search^ search ) |
Parameters
- search
- Type: Autodesk.Navisworks.Api..::..Search
Search to merge.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | A merge could not be performed, as the searches are incompatible e.g. different model selections searched. |