Visual Basic | |
---|---|
Sub InsertByteData( _ ByVal Index As System.Integer, _ ByVal ByteArray As System.Object _ ) |
Parameters
- Index
- Index where to insert the custom data
- ByteArray
- Binary array of doubles (see Remarks)
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 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 the custom data is not added. If your application requires more than 127 bytes of binary data, then the application must organize the data into multiple chunks.
ICustomData Interface
ICustomData Members
ICustomData::GetByteData Method
ICustomData::SetByteData Method
ICustomData Members
ICustomData::GetByteData Method
ICustomData::SetByteData Method
DraftSight V1R1.2