The gluGetTessProperty function gets a tessellation object property.
void gluTessProperty(
GLUtesselator * tess,
GLenum which,
GLdouble * value
);
Use gluGetTessProperty to retrieve properties stored in a tessellation object. These properties affect the way tessellation objects are interpreted and rendered. For information about what the properties are and what they do, see gluTessProperty.
Windows NT: Use version 3.5 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in glu.h.
Import Library: Link with glu32.lib.