|
|
Inverts the selection.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub Invert ( _ doc As Document _ ) |
| C# |
|---|
public void Invert( Document doc ) |
| Visual C++ |
|---|
public: void Invert( Document^ doc ) |
Parameters
- doc
- Type: Autodesk.Navisworks.Api..::..Document
The document to invert the selection relative to. Should be the same document that you got the original collection from.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Argument 'doc' in null |