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