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
)

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

©  Bricsys NV. All rights reserved.