CustomOperatorAdapter.Current Property
Gets the current Feature that is being processed by the custom operator.
Syntax
public Feature Current { get; }
Property Value
The feature being processed by the custom operator.
Remarks
This property should be used in the OnProcess implementation if the custom operator uses the Iterative mode.
Platforms
Windows, Linux, Android