Click or drag to resize

ITemplateManagerGetFillingTemplates Method

Gets a list of filling profiles.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
IList<BaseFillingProfile> GetFillingTemplates(
	string templateName
)

Parameters

templateName  String
Name of the filling template.

Return Value

IListBaseFillingProfile
Returns a list of filling profiles.
See Also