C3DFile.GetNoOfPoints

Previous  Next

 

nPoints = C3DFile.GetNoOfPoints( BYVAL nFile AS INTEGER ) AS INTEGER

 


 

Returns the number of points in the file

 

Example:

 

PRINT "No Of Points  : ";C3DFile.GetNoOfPoints( nFile ),

PRINT "Points Used   : ";C3DFile.GetParameter( nFile, "POINT:USED" ),

PRINT "No Of Analogs : ";C3DFile.GetNoOfAnalogs( nFile ),