|
|
Returns the first ModelItem specified by this Search in the document
which it is associated with. Returns null if none found.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function FindFirst ( _ reportProgress As Boolean _ ) As ModelItem |
| C# |
|---|
public ModelItem FindFirst( bool reportProgress ) |
| Visual C++ |
|---|
public: ModelItem^ FindFirst( 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 |