IOPMPropertyExpanderGetElementValue Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 21.0.0.0
Syntax
void GetElementValue(
int dispID,
uint dwCookie,
out Object pVarOut
)
Sub GetElementValue (
dispID As Integer,
dwCookie As UInteger,
<OutAttribute> ByRef pVarOut As Object
)
void GetElementValue(
[InAttribute] int dispID,
[InAttribute] unsigned int dwCookie,
[OutAttribute] Object^% pVarOut
)
abstract GetElementValue :
dispID : int *
dwCookie : uint32 *
pVarOut : Object byref -> unit
Parameters
- dispID
- Type: SystemInt32
- dwCookie
- Type: SystemUInt32
- pVarOut
- Type: SystemObject
See Also