RwSetPolygonTag(RwPolygon3d *polygon, RwInt32 tag);
Description
Sets the polygons tag.
Arguments
polygon Pointer to the polygon.
tag Integer tag value to set (only the least significant 16 bits are valid).
Return Value
The argument polygon if successful, and NULL otherwise.
See Also