GetByteData Method (ICustomData)
Gets the specified custom 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 custom data element
Parameters
- ByteArray[out] or Return Value
- Binary array (see Remarks)
Example
Remarks
See Also
Availability
DraftSight V1R1.2