Enum ScriptProjectInputBufferColumnUsageType
C#
public enum ScriptProjectInputBufferColumnUsageType
Fields
ReadOnly | Specifies that the Script Project code will only be able to read the value of input buffer column. |
ReadWrite | Specifies that the Script Project code will be able to both read and write the value of input buffer column. |