Class TNCStorageType
The type of an INCStorage object that contains the output files data. It can be only two possible types: Binary or Text.
Inheritance
object
TNCStorageType
Namespace: SprutCAMTech.SCPostprocessor
Assembly: SprutCAMTech.SCPostprocessor.dll
Syntax
public sealed class TNCStorageType : Enum
Fields
Binary
Binary type storage. The data inside storage will be considered simply as a sequence of bytes.
Declaration
public const TNCStorageType Binary = 0
Field Value
Type | Description |
---|---|
TNCStorageType |
Text
Textual type storage. The data inside storage will be considered as a set of chars of UTF16 encoding.
Declaration
public const TNCStorageType Text = 1
Field Value
Type | Description |
---|---|
TNCStorageType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |