UpdateKind
Namespace: Meshmakers.Octo.MeshAdapter.Nodes
Defines the kind of update
public enum UpdateKind
Inheritance Object → ValueType → Enum → UpdateKind
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Insert | 0 | Inserts a new rt entity |
| Update | 1 | Updates an existing rt entity |
| Delete | 2 | Deletes an existing rt entity |