Click or drag to resize

McWindowsAdd Method (Object)

Create a new view window for a document

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function Add ( 
	Optional document As Object = Nothing
) As IMcWindow

Parameters

document (Optional)
Type: SystemObject
A document object. If empty, a new view is created for the active document.

Return Value

Type: IMcWindow
A new McWindow Object

Implements

IMcWindows.Add(Object)
Remarks
When the function succeeds, the newly created McWindow becomes the ActiveWindow.
See Also