NAME
          DtCnetCharacterGetFrameRange - Gets the start and end frames
          for a character that defines the range of a metacycle.

     SYNOPSIS
          #include <Dt.h>

          int  DtCnetCharacterGetFrameRange(int cnetID,int *start,int *end)

     DESCRIPTION
          DtCnetCharacterGetFrameRange() returns the start and end
          frame ranges of the MetaCycle character denoted by cnetID,
          via the pointers to the start and end parameters.  If you
          intend to call DtFrameSet() for frames between start and
          end, make sure you also DtFrameSetStart( start ) and
          DtFrameSetEnd( end ). Otherwise, you will get invalid matrix
          transformations for the desired frames.



     IMPLEMENTATION NOTES
          The character network tools are only implemented in the
          AliasAPI implementation of Dt. The state table will only
          contain valid data after the MetaCycle has been run. Calling
          DtCnetCharacterGetFrameRange() under OpenModel or under
          OpenAlias without having run the network (in record mode)
          first will generate invalid data.


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


     FILES
          Link with -lDtOMio