Technical data

LibHeaderFileCustomCode
4
-35
LibHeaderFileCustomCode
Purpose
Places code at the top or bottom of the model’s header file
Syntax
%<LibHeaderFileCustomCode(buffer, location)>
Arguments
buffer
Buffer to append to internal cache buffer.
location
"header"
(place at top of file).
"trailer"
(place at bottom of file).
Description
Use this function to place code at the top or bottom of the model’s header file
by specifying
"header"
or
"trailer"
, respectively. Each call to this function
appends your buffer to the internal cache buffer.