|
![]() |
Resolves an index path back to the task the index path refers to within the DocumentTimeliner document part.
For information about index paths, see TaskCreateIndexPath.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
Visual Basic |
---|
Public Function TaskResolveIndexPath ( _ path As IEnumerable(Of Integer) _ ) As TimelinerTask |
C# |
---|
public TimelinerTask TaskResolveIndexPath( IEnumerable<int> path ) |
Visual C++ |
---|
public: TimelinerTask^ TaskResolveIndexPath( IEnumerable<int>^ path ) |
Parameters
- path
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Int32>)>)>
A collection of integers that describe the location of a task within the DocumentTimeliner document part.