Description
Accesses the 'real' AutoCAD main window even when it is running as an in-place server. Note that in in-place server scenarios
the MainWindow property returns the top level window of the host application.
Visual Basic
Public static Property NonInPlaceMainWindow() As Autodesk.AutoCAD.Windows.Window
C#
public static Autodesk.AutoCAD.Windows.Window NonInPlaceMainWindow;
Conditions
Read-only
Links
Application Class, Autodesk.AutoCAD.ApplicationServices Namespace