Share

acedGetAcadTextCmdLine

C++

CWnd* acedGetAcadTextCmdLine();

File

rxmfcapi.h

Description

This function is used to get the AutoCAD's Text Command Line window.

For building ObjectARX applications with a static MFC library, or when not using the same shared MFC DLL as AutoCAD, a pointer to a window cannot be used. Instead, use the window handle. To get the window handle, use acedGetAcadTextCmdLine()->m_hWnd;

Was this information helpful?