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

OMobj_id field

The OM obj_id of a field.

const char *temp_name

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.

const char *elem_name

A string that holds a name you wish to give the new subobject.

Example

None available.

Related routines