Click or drag to resize

McApplicationGetOperator Method

Gets or creates a low level processing operator attached to the specified parent.

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

Parameters

Name
Type: SystemString
Parent (Optional)
Type: SystemObject

Return Value

Type: Object

Implements

IMcApplication.GetOperator(String, Object)
IMcApplication2.GetOperator(String, Object)
Remarks