IAcSmFilerWriteRawData Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void WriteRawData(
in byte p,
int count
)
Sub WriteRawData (
ByRef p As Byte,
count As Integer
)
void WriteRawData(
[InAttribute] unsigned char% p,
[InAttribute] int count
)
abstract WriteRawData :
p : byte byref *
count : int -> unit
Parameters
- p
- Type: SystemByte
- count
- Type: SystemInt32
See Also