Click or drag to resize

LmiMathMakePath Method

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: 23.0
Syntax
Public Shared Function MakePath ( 
	ParamArray pathLevels As Object()
) As ArrayList

Parameters

pathLevels
Type: SystemObject
A list of levels that specify the path to the component.

Return Value

Type: ArrayList
See Also