Click or drag to resize

BaseFlowJobElementHasInfinitePassChild Method

Returns whether this job element contains a child with an infinite pass recursively.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public bool HasInfinitePassChild()

Return Value

Boolean
True when an infinite pass is found.
See Also