IAcSmFilerReadBytes Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void ReadBytes(
IntPtr p,
out int count
)
Sub ReadBytes (
<OutAttribute> p As IntPtr,
<OutAttribute> ByRef count As Integer
)
void ReadBytes(
[OutAttribute] IntPtr p,
[InAttribute] [OutAttribute] int% count
)
abstract ReadBytes :
p : IntPtr byref *
count : int byref -> unit
Parameters
- p
- Type: SystemIntPtr
- count
- Type: SystemInt32
See Also