ITemplateManagerGetFillingTemplates Method |
Gets a list of filling profiles.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxIList<BaseFillingProfile> GetFillingTemplates(
string templateName
)
Parameters
- templateName String
- Name of the filling template.
Return Value
IListBaseFillingProfileReturns a list of filling profiles.
See Also