IOdaBagFilerObjectToBuffer Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void ObjectToBuffer(
AcadObject pObj,
out Object ResType,
out Object ResValue
)
Sub ObjectToBuffer (
pObj As AcadObject,
<OutAttribute> ByRef ResType As Object,
<OutAttribute> ByRef ResValue As Object
)
void ObjectToBuffer(
[InAttribute] AcadObject^ pObj,
[OutAttribute] Object^% ResType,
[OutAttribute] Object^% ResValue
)
abstract ObjectToBuffer :
pObj : AcadObject *
ResType : Object byref *
ResValue : Object byref -> unit
Parameters
- pObj
- Type: BricscadDbAcadObject
- ResType
- Type: SystemObject
- ResValue
- Type: SystemObject
See Also