Gets binary data from a BIT Container.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
public byte[] GetBitData()
Visual Basic
Public Function GetBitData As Byte()
Visual C++
public:
array<unsigned char>^ GetBitData()

Return Value

A byte array of data held in the Container.

Exceptions

ExceptionCondition
IBM.CTG..::..ContainerTypeExceptionThe Container is not of type BIT.
System..::..ObjectDisposedExceptionWhen this Container has already been disposed.

See Also