ITemplateManagerSaveRampingTemplate Method |
Saves the ramping profile data maps as a ramping template.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.49.0
Syntaxvoid 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