C3D.put_fh_item

Previous  Next

 

nStatus = C3D.put_fh_item( Fid       AS HANDLE, 

                           Item      AS INTEGER,

                           Value     AS VARIANT ) AS INTEGER

 


 

Writes a file header item

 

Example

 

C3D.PUT_FH_ITEM( fid, C3D_fh_max_int_gap, 30 )

C3D.PUT_FH_ITEM( fid, C3D_fh_sample_rate, 66.6 )