|
|
Returns a ModelItemCollection that represents the items specified by this Search in the document
which it is associated with.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function FindAll ( _ reportProgress As Boolean _ ) As ModelItemCollection |
| C# |
|---|
public ModelItemCollection FindAll( bool reportProgress ) |
| Visual C++ |
|---|
public: ModelItemCollection^ FindAll( bool reportProgress ) |
Parameters
- reportProgress
- Type: System..::..Boolean
true if progress should be reported via normal Application progress reporting
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | No document is associated with this Search |
| Autodesk.Navisworks.Api..::..CanceledOperationException | End user cancels operation through progress interface |