RwGetPolygonTag(RwPolygon3d *polygon);
Description
Retrieves the polygons tag.
Arguments
polygon Pointer to the polygon.
Return Value
The polygons tag if successful. Errors can be checked for using RwGetError().
Note: Only the least significant 16 bits of the tag are valid. The most significant 16-bits will be set to zero.
See Also