GetByteData Method (IXRecord) Send Feedback
See Also 
ByteArray[out]
Binary array
Index
Index of the XRecord data element to get (see Remarks)
Gets the specified XRecord data element whose data type is a binary array.

Syntax

Visual Basic 
Function GetByteData( _
   ByVal Index As System.Integer _
) As System.Object
C# 
System.object GetByteData( 
   System.int Index
)
JavaScript 
GetByteData( 
   Index : Number
) : Array
COM native C++ 
HRESULT GetByteData( 
   LONG Index,
   VARIANT* ByteArray
) 
C++ 
DSRESULT GetByteData( 
   long Index,
   dsByteArray* ByteArray
) 

Parameters

Index
Index of the XRecord data element to get (see Remarks)
ByteArray[out] or Return Value
Binary array

Remarks

Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
 

See Also

Availability

DraftSight V1R4.0