SoOutputWriteBinaryArray Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void WriteBinaryArray(
byte[] c,
int length
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub WriteBinaryArray (
c As Byte(),
length As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void WriteBinaryArray(
array<unsigned char>^ c,
int length
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member WriteBinaryArray :
c : byte[] *
length : int -> unit
Parameters
- c
- Type: SystemByte
- length
- Type: SystemInt32
Remarks See Also