DocumentWindow.Activate Method

Description

Activates the document window

Visual Basic

Public Function Activate() As void

C#

public void Activate();

Remarks

This is an asynchronized operation, so the program will not be blocked. After this function is called, DocumentWindowCollection.ActiveDocumentWindow property may not be changed immediately.

Links

DocumentWindow Class, Autodesk.AutoCAD.Windows Namespace