Click or drag to resize

ITemplateManagerSaveJobElementTemplate Method

Saves the job element as a template.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void SaveJobElementTemplate(
	string templateName,
	JobElementHolder jobElementHolder,
	bool isDefault,
	bool includeFilling,
	bool includeTransformation
)

Parameters

templateName  String
Name of the template.
jobElementHolder  JobElementHolder
Holder of the template.
isDefault  Boolean
Sets template as default template for this primitve type.
includeFilling  Boolean
Includes the filling in the template.
includeTransformation  Boolean
Includes the transformation in the template.
See Also