CustomOperatorContext.ReadNext Method
Reads the next feature from any input operator.
ReadNext()
Reads the next feature from any input operator.Syntax
public System.Boolean ReadNext ()
Return Value
True if a feature was read; False if there were no more features to read in this update cycle.
Remarks
Consecutive calls to this method will start reading from the first input. When that input has no more features to return, the next operator will be read from instead. When all operators have returned all features, this method will return False.
Platforms
Windows, Linux, Android