Click or drag to resize

ITemplateManagerSaveFillingTemplate(String, BaseMarkableVectorGraphic) Method

Save the filling profiles of the job element as 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,
	BaseMarkableVectorGraphic jobElement
)

Parameters

templateName  String
Name of the filling template.
jobElement  BaseMarkableVectorGraphic
Pritive cotaining the filling profiles.
See Also