Click or drag to resize

ITemplateManagerGetRampingTemplateNames Method

Gets a list of ramping template names.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.49.0
Syntax
C#
IList<(string , bool HasStart, bool HasEnd)> GetRampingTemplateNames()

Return Value

IListValueTupleString, Boolean, Boolean
Returns list of ramping template names.
See Also