|
|
Is item a member of this selection?
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function IsSelected ( _ item As ModelItem _ ) As Boolean |
| C# |
|---|
public bool IsSelected( ModelItem item ) |
| Visual C++ |
|---|
public: bool IsSelected( ModelItem^ item ) |
Parameters
- item
- Type: Autodesk.Navisworks.Api..::..ModelItem
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'item' is null |
| System..::..ArgumentException | Argument 'item' has been Disposed |