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