Specifies the path to the component on the Assembly that the constraint is attached to.

Use this property when the constraint is to be placed on a child object inside the Main Assembly.

This is OPTIONAL if the constraint is the Main Assembly.

Parameters

none

Value

A string that is the Path to the component.

Remarks

The first level (the main assembly) is not indicated in the path so a sub component by the ID of 7 would have a path of "7", if the item targeted was a sub assemblies (ID 7) contained part (ID 58) then the path would be "7\58".

Example

Dim CC as new CreoConstraintInfo
CC.AssemblyComponentPath="7\58"