Click or drag to resize

BaseFlowJobElementHasNonFlowChild Method

Returns whether this job element contains a job element that is not a flow job element.

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

Return Value

Boolean
True when a child that is not a flow job element is found.
See Also