C++
BOOL acedSetIUnknownForCurrentCommand( const LPUNKNOWN );
File
rxmfcapi.h
Description
This function associates a COM object with the current command of the current document.
AutoCAD releases the object when the command ends.
Returns false if no command is currently executing.
Parameters
Parameters | Description |
---|---|
unnamed | IUnknown of the object containing the command properties |