Go to: Synopsis. Return value. MEL examples.
containerAssignTemplate
None
Variable Name | Variable Type | Description |
---|---|---|
$container | string | , the container to use, or "" to use selected |
$template | string | , template to assign, or "" to use the existing template |
$autoBind | int | , whether to autobind after template is assigned. |
$doStandins | int | , whether to create dynamic attributes as stand-ins for unbound template attributes |
// assign the specified template to dogContainer, and auto-bind containerAssignTemplate(mimiContainer, "poodle", 1, 0);