Hi Gong, I think you'd want to do: procedure(self_align() hiEnqueueCmd("leAlignSelSetForm->layerField_2->value=hiLayerMatchCyclicStr(leAlignSelSetForm->layerField_2->choices \"NW (drawing)\")") leHiAlign() ) I'm not sure which version you're using but in in recent IC versions it's changed to no longer by a layer cyclic field. So you'd do: procedure(self_align() hiEnqueueCmd("leAlignSelSetForm->layerField_2->value=\"NW drawing\"") leHiAlign() ) Regards, Andrew.
↧