| 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 XRecord data element to get (see Remarks)
- ByteArray[out] or Return Value
- Binary array
Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
IXRecord Interface
IXRecord Members
IXRecord::InsertByteData Method ()
IXRecord::SetByteData Method ()
IXRecord Members
IXRecord::InsertByteData Method ()
IXRecord::SetByteData Method ()
DraftSight V1R4.0
Syntax