While reading a file using the HyperMesh HMIN library, I can add components and assign materials using HMIN_component_write. How do I assign a property ID to the component? I could not find a command in the documentation nor do I see an option in the list of function parameters:
void HMIN_component_write(HM_entityidtype id, char *name, HM_entityidtype materialid, int color);
Thank you.