SilverScreen Solid Modeler

sys_ablock

sys_ablock

Previous topic Next topic  

sys_ablock

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int sys_ablock ( char *buf )

 

char *buf;       // character buffer to receive annotation block path

 

 

 




Synopsis

#include "silver.h"

 

The sys_ablock function copies the full path of the current SilverScreen annotation block into buf .

 

 

Parameters

buf is a character buffer that is to receive the annotation block path.

 

 

Return Value

sys_ablock copies the name of the current SilverScreen annotation block into buf and returns 1 if there is a current object, or copies the null string ("") and returns 0 if not.

 

 

See Also

sys_block, sys_object