ITemplateManagerSaveFillingTemplate(String, IEnumerableBaseFillingProfile) Method |
Saves a list of filling profiles as a filling template.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxvoid SaveFillingTemplate(
string templateName,
IEnumerable<BaseFillingProfile> fillingProfiles
)
Parameters
- templateName String
- Name of the filling template.
- fillingProfiles IEnumerableBaseFillingProfile
- List of filling profiles.
See Also