CustomApi Enumeration
Specifies the API used for implementing a custom object.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECustomObjects assembly)
Syntax
public enum CustomApi
Values
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