IJSEvent::ArgumentAsFloat Method

Sets the value of an argument with a float data type.

IDL

[id(0x000000D0)]

HRESULT _stdcall ArgumentAsFloat([in] VARIANT Index, [in] float Value, [out, retval] IJSEvent** OutRetVal);

Parameters

Parameters

Description

[in] VARIANT Index

OleVariant. Number or string value identifying the argument by index or name.

[in] float Value

Float value.

[out, retval] IJSEvent** OutRetVal

Returns the parent IJSEvent.

Group

IJSEvent Methods