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

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

This is OPTIONAL if the constraint on the Component Assembly is at the top level.

To use this Property the Component being assembled MSUT be an Assembly (not a part).

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.ComponentComponentPath="7\58"