CustomOperatorAdapter.OnProcess Method
Called to process and features that pass through the custom operator. This method must be implemented.
OnProcess()
Called to process and features that pass through the custom operator. This method must be implemented.Syntax
public virtual CustomOperatorResult OnProcess ()
Return Value
The result of processing one or more features. Returning null is the same as an empty result.
Remarks
This method must be overridden and process one or all features, depending on the selected processing mode, and return the result. Use the Current property to access the Feature being processed if the selected processing mode is Iterative; otherwise, use the All property to access all features being processed.
The features returned by the Current and All properties can be modified safely during the OnProcess call.
Platforms
Windows, Linux, Android