CustomApi Enumeration
Specifies the API used for implementing a custom object.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECustomObjects assembly)
Syntax
public enum CustomApiValues
| Value name | Value | Description |
|---|---|---|
| Net | 0 | The custom object is implemented in a Microsoft .NET language like C#. |
| Cpp | 1 | The custom object is implemented in C++. |
| Java | 2 | The custom object is implemented in Java. |
Remarks
This is an enumeration type that specifies the API used for implementing a custom object, e.g. a ICustomOperator.
Platforms
Windows, Linux, Android