Defines the path to a component name in a subassembly.
To specify the path, list all subassembly levels in the order they appear in the assembly model browser tree.
This function is required if you want to specify a component name when the same name also exists elsewhere in the assembly.
Namespace: Autodesk.iLogic.Runtime
Assembly: Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 30.0
Syntax
VB
Public Shared Function MakePath ( ParamArray pathLevels As Object() ) As ArrayList
C#
public static ArrayList MakePath( params Object[] pathLevels )
Parameters
- pathLevels
- Type: System.Object[]
A list of levels that specify the path to the component.