FLDadd_elem
Synopsis
create a new subobject of a field patterned after an existing template
OMobj_id FLDadd_elem (
OMobj_id field,
const char *temp_name,
const char *elem_name);Description
FLDadd_elem creates a new subobject of a field patterned on a specified AVS/Express template.
Parameters
A string that holds the name of an AVS/Express template. The new object will be patterned on this template. You do not need to specify the entire "pathname" of the template, only its final name. The template does not have to be field-related to work; any AVS/Express template can be used.
Examples
Files
See Also