|
|
Attempts to merge another Search into this Search, combining conditions of search as a new group of conditions. Returns true if
the merge is successful, and false if the Searches are incompatible e.g. different model selections searched.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TryMerge ( _ search As Search _ ) As Boolean |
| C# |
|---|
public bool TryMerge( Search search ) |
| Visual C++ |
|---|
public: bool TryMerge( Search^ search ) |
Parameters
- search
- Type: Autodesk.Navisworks.Api..::..Search
Search to merge.