Specifies the side of the Datum to reference.

This property is OPTIONAL and should only be set when the referenced item is a Datum.

Parameters

none

Value

One of the following strings is valid (they correspond to the entry in the CREO GUI)

PRIMARY
SECONDARY
RED (old format of PRIMARY, is equal to it)
YELLOW          (old format of SECONDARY, is equal to it)

Remarks

none

Example

Dim CC as new CreoConstraintInfo
CC.AssemblyDatumSide="Primary"     '' terms are not case sensitive.