Click or drag to resize

ITemplateManagerRenameRampingTemplate Method

Renames a ramping template.

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

Parameters

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