yucad3d

CadSetCmdParam

Sets the param of the command.

void CadSetCmdParam ( 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