yucad3d

CadGetCmdParam

Sizeless param channel (the ABI gives no byte count) — cannot copy safely.

void CadGetCmdParam ( YuHandle hDwg, std::int32_t Command, void* pData );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Command (std::int32_t)
Integer value.
pData (void*)
Caller-supplied output pointer.

Return Value

None.

See Also