|
C3DFile.GetFID |
|
|
nFID = C3DFile.GetFID( BYVAL nFile AS INTEGER ) AS HANDLE
Returns the internal File ID to be used with the C3D Extension Library for more detailed and advanced C3D file access
Example:
DIM fid AS HANDLE
fid = C3DFile.GetFID( nFile )
' Get the C3D filename
DIM strFileName AS STRING
strFileName = C3D.Get_FileName( fid )
|