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