|
|
True if the search conditions and selection critera are compatible between this and another search
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function CanMerge ( _ spec As Search _ ) As Boolean |
| C# |
|---|
public bool CanMerge( Search spec ) |
| Visual C++ |
|---|
public: bool CanMerge( Search^ spec ) |
Parameters
- spec
- Type: Autodesk.Navisworks.Api..::..Search
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'spec' is null |
| System..::..ArgumentException | Argument 'spec' has been Disposed |