Click or drag to resize

ITemplateManagerRenamePulseShapeTemplate Method

Renames a pulse shape template.

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

Parameters

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