|
![]() |
Checks whether this sheet contains matching modelItem.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Function ContainsMatchingItem ( _ item As ModelItem _ ) As Boolean |
C# |
---|
public bool ContainsMatchingItem( ModelItem item ) |
Visual C++ |
---|
public: bool ContainsMatchingItem( ModelItem^ item ) |
Parameters
- item
- Type: Autodesk.Navisworks.Api..::..ModelItem
ModelItem to check
Return Value
Returns false if this sheet does not contain matching ModelItem or this sheet hasn't been previously converted
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | item is null. |