SoTransferFunctionArrayOutGetByte Method |
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public byte GetByte(
int indexByte
)
Public Function GetByte (
indexByte As Integer
) As Byte
public:
unsigned char GetByte(
int indexByte
)
member GetByte :
indexByte : int -> byte
Parameters
- indexByte
- Type: SystemInt32
Return Value
Type:
ByteSee Also