Gets the specified XRecord data element whose data type is a binary array.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetByteData( _
LONG Index As System.Integer _
) As System.Object |
C# | |
---|
System.object GetByteData(
System.int Index
) |
JavaScript | |
---|
GetByteData(
Index : Number,\n) : Array |
Parameters
- Index
- Index of the XRecord data element to get (see Remarks)
Parameters
- ByteArray[out] or Return Value
- Binary array
Remarks
See Also
Availability
DraftSight V1R4.0