Visual Basic | |
---|---|
Function GetByteData( _ ByVal Index As System.Integer _ ) As System.Object |
C# | |
---|---|
System.object GetByteData( System.int Index ) |
JavaScript | |
---|---|
GetByteData( Index : Number ) : Array |
Parameters
- Index
- Index of the custom data element
- ByteArray[out] or Return Value
- Binary array (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 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 was passed, then that data was not added. If an application requires more than 127 bytes of binary data, then the application must organize the data into multiple chunks.
Call ICustomData::GetDataCount before calling this method to determine a valid value for Index.
ICustomData Interface
ICustomData Members
ICustomData::InsertByteData Method
ICustomData::SetByteData Method
ICustomData Members
ICustomData::InsertByteData Method
ICustomData::SetByteData Method
DraftSight V1R1.2