DBObjectSetBinaryDataForKey
Method
|
Copies the binary data in the chunk array into
this object's extension dictionary. The data is stored in chunks of
127 butes.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void SetBinaryDataForKey(
string key,
byte[] chunk
)
Public Sub SetBinaryDataForKey (
key As String,
chunk As Byte()
)
public:
void SetBinaryDataForKey(
String^ key,
array<unsigned char>^ chunk
)
member SetBinaryDataForKey :
key : string *
chunk : byte[] -> unit
Parameters
- key String
- [in] Input extension dictionary key under which the data is
stored.
- chunk Byte
- [in] Array of bytes that composes the data to save.
See Also