Visual Basic | |
---|---|
Sub InsertByteData( _ ByVal Index As System.Integer, _ ByVal Marker As System.Integer, _ ByVal ByteArray As System.Object _ ) |
Parameters
- Index
- Index of the XRecord data element where to insert the binary array and marker (see Remarks)
- Marker
- Marker
- ByteArray
- Binary array
Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
DraftSight V1R4.0