|
![]() |
Is item contained in selection? Item must be 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 ( _ item As ModelItem _ ) As Boolean |
C# |
---|
public bool IsContained( ModelItem item ) |
Visual C++ |
---|
public: bool IsContained( 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 |