|
![]() |
Return the path identifier that defines a path from the root item through its
descendants to the specified item, and the model index this item belongs to.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Function CreatePathId ( _ item As ModelItem _ ) As ModelItemPathId |
C# |
---|
public ModelItemPathId CreatePathId( ModelItem item ) |
Visual C++ |
---|
public: ModelItemPathId^ CreatePathId( ModelItem^ item ) |
Parameters
- item
- Type: Autodesk.Navisworks.Api..::..ModelItem
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | Argument 'item' is null |