SoTransferFunctionArrayOutPutByte Method |
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void PutByte(
int indexInt,
int indexByte,
byte byteToAdd
)
Public Sub PutByte (
indexInt As Integer,
indexByte As Integer,
byteToAdd As Byte
)
public:
void PutByte(
int indexInt,
int indexByte,
unsigned char byteToAdd
)
member PutByte :
indexInt : int *
indexByte : int *
byteToAdd : byte -> unit
Parameters
- indexInt
- Type: SystemInt32
- indexByte
- Type: SystemInt32
- byteToAdd
- Type: SystemByte
See Also