|
|
Returns the saved item referenced by a model index and a path identifier that
define 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 ResolvePathId ( _ pathId As ModelItemPathId _ ) As ModelItem |
| C# |
|---|
public ModelItem ResolvePathId( ModelItemPathId pathId ) |
| Visual C++ |
|---|
public: ModelItem^ ResolvePathId( ModelItemPathId^ pathId ) |
Parameters
Return Value
null if source cannot be resolved
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Argument 'pathId' is null |