SilverScreen Solid Modeler

sys_title

sys_title

Previous topic Next topic  

sys_title

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int sys_title ( char *buf )

 

char *buf;      // character buffer to receive drawing title

 

 

 




Synopsis

#include "silver.h"

 

The sys_title function copies the title of the current drawing into buf .

 

 

Parameters

buf is a character buffer that is to receive the drawing title.

 

 

Return Value

sys_title copies the title of the current drawing into buf if it exists, then returns 1; otherwise it will return 0, with buf unmodified.

 

 

See Also

sys_drawing