Namespace:
IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
Syntax
C# |
---|
public void SetData( byte[] bitData ) |
Visual Basic |
---|
Public Sub SetData ( _ bitData As Byte() _ ) |
Visual C++ |
---|
public: void SetData( array<unsigned char>^ bitData ) |
Parameters
- bitData
- Type: array<System..::..Byte>[]()[][]
The data to put into the Container.
Exceptions
Exception | Condition |
---|---|
IBM.CTG..::..ContainerTypeException | The Container is not of type BIT. |
System..::..ObjectDisposedException | When this Container has already been disposed. |