Enum TMEngineType
Specifies the TM engine type.
Syntax
public enum TMEngineType
Fields
Name | Description |
---|---|
HybridTMEngine | Designates a hybrid TM engine that partly uses the old TM engine, and partly the new NGTM TM engine. |
NGTMEngine | Designates the new NGTM TM engine. |
OldTMEngine | Designates the old TM engine. |