CustomOperatorAdapter.All Property
Gets all Feature instances that are being processed by the custom operator.
Syntax
public property IEnumerable< Feature > All { get; }
Property Value
All features that are being processed by the custom operator.
Remarks
This property should be used to in the OnProcess implementation if the custom operator uses the AllAtOnce mode.
Platforms
Windows, Linux, Android