|
|
Is sel contained in selection? Are all items in value contained in any of the items in this selection?
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function IsContained ( _ value As ModelItemCollection _ ) As Boolean |
| C# |
|---|
public bool IsContained( ModelItemCollection value ) |
| Visual C++ |
|---|
public: bool IsContained( 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 |