Click or drag to resize

ITemplateManagerSaveFillingTemplate(String, IEnumerableBaseFillingProfile) Method

Saves a list of filling profiles as a filling template.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void SaveFillingTemplate(
	string templateName,
	IEnumerable<BaseFillingProfile> fillingProfiles
)

Parameters

templateName  String
Name of the filling template.
fillingProfiles  IEnumerableBaseFillingProfile
List of filling profiles.
See Also