Q3PickIDStyle_Set
You can use theQ3PickIDStyle_Setfunction to set the picking ID of a picking ID style.
TQ3Status Q3PickIDStyle_Set ( TQ3StyleObject pickIDObject, unsigned long id);
pickIDObject- A picking ID style object.
id- A picking ID.
DESCRIPTION
TheQ3PickIDStyle_Setfunction sets the picking ID of the style object specified by thepickIDObjectparameter to the value specified in theidparameter.