Click or drag to resize

ITemplateManagerSaveRampingTemplate Method

Saves the ramping profile data maps as a ramping template.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.49.0
Syntax
C#
void SaveRampingTemplate(
	string templateName,
	double[][] start,
	double[][] end
)

Parameters

templateName  String
Name of the ramping template.
start  Double
The start ramping data map matrix.
end  Double
The end ramping data map matrix.
See Also