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