Enum TNCStorageType
The type of an INCStorage object that contains the output files data. It can be only two possible types: Binary or Text.
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public enum TNCStorageType
Fields
Name | Description |
---|---|
Binary | Binary type storage. The data inside storage will be considered simply as a sequence of bytes. |
Text | Textual type storage. The data inside storage will be considered as a set of chars of UTF16 encoding. |