SoInput.ReadBinaryArray Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.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:System.Byte[]
- length
- Type: System.Int32
Return Value
Type:
Boolean
Remarks
See Also