|
|
Create a copy of another search
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ from As Search _ ) |
| C# |
|---|
public Search( Search from ) |
| Visual C++ |
|---|
public: Search( Search^ from ) |
Parameters
- from
- Type: Autodesk.Navisworks.Api..::..Search
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Argument 'from' is null |
| System..::..ArgumentException | Argument 'from' has been Disposed |