Click or drag to resize

IMcDocumentControllerCreateDocumentView Method

Create a view for a specified document.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Function CreateDocumentView ( 
	Document As IMcDocument,
	Optional view As String = ""
) As IMcDocumentView

Parameters

Document
Type: MediaCy.IQL.ApplicationIMcDocument
view (Optional)
Type: SystemString
An optional requested view type

Return Value

Type: IMcDocumentView
Remarks