Synopsis
PDX_MSGT iges_InsertStartLine(long option, int line, char *buf)
Purpose
Insert a line into the start entity lines.
Description
This function inserts a line into the start section entity for the current model. The number of lines in the start section will be incremented by one. The line of text to be inserted is specified by the buf argument and should consist of a null-terminated string with a length of 72 or fewer characters (excluding the null-terminator). The string does not need to be blank-padded to 72 characters. The new line of text will be inserted before the specified line. Use iges_AppendStartLine to add a line of text to the end of the start section.
Input
option
Options (not used)
line
Line number (starting at 1) to insert before
buf
Address of the string to be inserted
Return
IGES error code