Specifies the CoordinateSystem involved in the Constraint on the referenced Component.

This is OPTIONAL only when ComponentModelItem is used.

Parameters

none

Value

A string that is either the name of the Item being referenced (eg. "COORD3")
OR
An ID number of the Model Item (eg. 2)

Remarks

Use this format for Coordinate Systems that are Feature based in CREO.

This works only when relating to the equivalent AssemblyCoordinateSystem.

The TYPE of the Constraint MUST be "CSYS" for this to function correctly.

Example

Dim CC as new CreoConstraintInfo
CC.ComponentCoordinateSystem="COORD1"     '' terms are not case sensitive.