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