Click or drag to resize

ITemplateManager.RenameFillingTemplate Method

Renames a filling template.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
void RenameFillingTemplate(
	string templateName,
	string newName
)

Parameters

templateName  String
Name of the filling template.
newName  String
New template name.
See Also