CustomOperatorContext.ReadNextFromInput Method
Reads the next feature from a single operator.
Thread safety: This property is not thread-safe.
ReadNextFromInput(System.Int32 input)
Reads the next feature from a single operator.Syntax
public System.Boolean ReadNextFromInput (
System.Int32 input
)
Parameters
input
Type: System.Int32
The zero based index of the operator to read from.
The zero based index of the operator to read from.
Return Value
Type: System.Boolean
True is a feature was read; False if there are no more features to read.
True is a feature was read; False if there are no more features to read.
Platforms
Windows, Linux, Android