Click or drag to resize

ITemplateManagerGetRampingTemplate Method

Gets a ramping template profile consisting of two data maps.

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

Parameters

templateName  String
Name of the ramping template.

Return Value

ValueTupleDouble, Double
Returns a tuple containing the start and end ramping profile data maps.
See Also