Visual Basic | |
---|---|
Sub SetByteData( _ ByVal Index As System.Integer, _ ByVal ByteArray As System.Object _ ) |
Parameters
- Index
- Index of the custom data element
- ByteArray
- Binary array of doubles
Add, Modify, and Remove Custom Data (C#)
Add, Modify, and Remove Custom Data (VB.NET)
Add, Modify, and Remove Custom Data (VBA)
Add and Modify Custom Data (JavaScript)
Add, Modify, and Remove Custom Data (VB.NET)
Add, Modify, and Remove Custom Data (VBA)
Add and Modify Custom Data (JavaScript)
Binary data for custom data is organized into variable-length chunks. The maximum length of each chunk is 127 bytes. If a binary array larger than 127 bytes is passed, then that data is not added. If an application requires more than 127 bytes of binary data, then the application must organize the data into multiple chunks.
DraftSight V1R1.2