SoInputReadBinaryArray Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual bool ReadBinaryArray(
byte[] c,
int length
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function ReadBinaryArray (
c As Byte(),
length As Integer
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool ReadBinaryArray(
array<unsigned char>^ c,
int length
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract ReadBinaryArray :
c : byte[] *
length : int -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override ReadBinaryArray :
c : byte[] *
length : int -> bool
Parameters
- c
- Type: SystemByte
- length
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also