|
|
Search for items with same guid in item, if have, make the sheet with sheetId active,
and select the matching model items.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub ShowMatchingItemInSheet ( _ sheetId As String, _ item As ModelItem _ ) |
| C# |
|---|
public void ShowMatchingItemInSheet( string sheetId, ModelItem item ) |
| Visual C++ |
|---|
public: void ShowMatchingItemInSheet( String^ sheetId, ModelItem^ item ) |
Parameters
- sheetId
- Type: System..::..String
Id of sheet to search in
- item
- Type: Autodesk.Navisworks.Api..::..ModelItem
ModelItem to search with same Guid
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | item is null. |
| System..::..ArgumentException | Argument 'sheetId' is not contained in current document. |