C3DFile.GetNoOfFrames

Previous  Next

 

nFrames = C3DFile.GetNoOfFrames( BYVAL nFile AS INTEGER ) AS INTEGER

 


 

Returns the number of frames in the file

 

Example:

 

PRINT "No Of Frames  : ";C3DFile.GetNoOfFrames( nFile ),