NAME
	  DtTextureGetCount - Get the number of	unique texture maps
	  associated with the given shape.


     SYNOPSIS
	  #include <Dt.h>


	  int  DtTextureGetCount( int shapeID, int *count )


     DESCRIPTION
	  DtTextureGetCount() returns the number of unique texture
	  maps in the shape indicated by shapeID via the pointer to
	  the count parameter.


     DIAGNOSTICS
	  DtTextureGetCount() returns one on success and zero on
	  failure.


     FILES
	  Link with -lDtOMio