InsertByteData Method (IXRecord) Send Feedback
See Also 
Index
Index of the XRecord data element where to insert the binary array and marker (see Remarks)
Marker
Marker
ByteArray
Binary array
Inserts a binary array and marker at the specified index of the XRecord data element.

Syntax

Visual Basic 
Sub InsertByteData( _
   ByVal Index As System.Integer, _
   ByVal Marker As System.Integer, _
   ByVal ByteArray As System.Object _
) 
C# 
void InsertByteData( 
   System.int Index,
   System.int Marker,
   System.object ByteArray
)
JavaScript 
InsertByteData( 
   Index : Number,
   Marker : Number,
   ByteArray : Array
)
COM native C++ 
HRESULT InsertByteData( 
   LONG Index,
   LONG Marker,
   VARIANT ByteArray
) 
C++ 
DSRESULT InsertByteData( 
   long Index,
   long Marker,
   const dsByteArray& ByteArray
) 

Parameters

Index
Index of the XRecord data element where to insert the binary array and marker (see Remarks)
Marker
Marker
ByteArray
Binary array

Remarks

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

See Also

Availability

DraftSight V1R4.0