Click or drag to resize

McEngineWrapperCreateOperator Method

Create an "operator and store a connection to it in the Object Manager.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function CreateOperator ( 
	ProgIDorCLSID As String,
	Optional varParent As Object = Nothing,
	Optional Name As String = ""
) As Object

Parameters

ProgIDorCLSID
Type: SystemString
varParent (Optional)
Type: SystemObject
Name (Optional)
Type: SystemString

Return Value

Type: Object

Implements

IMcEngineCreateOperator(String, Object, String)
Remarks