NAME
          DtMtlGetDynProps - Get the dynamic properties of the given
          material.

     SYNOPSIS
          #include <Dt.h>

          int  DtMtlGetDynProps( char *name, float *density, float *elasticity, float *fricition, float *drag )

     DESCRIPTION
          DtMtlGetDynProps() returns the dynamic properties assigned
          to the material name thru the multi-lister. This can be used
          for some of the translators, for the dynamic filtering of 
          positions.


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


     FILES
          Link with -lDtOMio