|
|
Returns a collection of indices that defines a path from the root item through its
descendants to the specified item.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function CreateIndexPath ( _ item As ModelItem _ ) As Collection(Of Integer) |
| C# |
|---|
public Collection<int> CreateIndexPath( ModelItem item ) |
| Visual C++ |
|---|
public: Collection<int>^ CreateIndexPath( ModelItem^ item ) |
Parameters
- item
- Type: Autodesk.Navisworks.Api..::..ModelItem
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Item is not contained in this document part |