CustomOperatorResult Class
Result class returned by CustomOperatorAdapter.OnProcess implementations.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECustomObjects assembly)
Syntax
public class CustomOperatorResult : System.Object, System.IDisposable
Remarks
This class represents the result of a single call to the CustomOperatorAdapter.OnProcess method and it can be used to return zero, one or more features in a single result.
Please see Custom Operator Sample for an example of how this class is used in a custom operator implementation.
Inheritance Hierarchy
System.Object (not available in C#)
CustomOperatorResult
Platforms
Windows, Linux, Android
CustomOperatorResult Members
The CustomOperatorResult type has the following members.
Constructors
Name | Description |
---|---|
CustomOperatorResult | Initializes a new instance of the CustomOperatorResult class. |
Methods
Name | Description |
---|---|
Add | Adds a single Feature to the end of the result. |
AddRange | Overloaded. Adds multiple features to the end of the result. |