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
SyntaxPublic Function GetOperator (
Name As String,
Optional Parent As Object = Nothing
) As Object
Parameters
- Name
- Type: SystemString
- Parent (Optional)
- Type: SystemObject
Return Value
Type:
ObjectImplements
IMcApplication.GetOperator(String, Object)IMcApplication2.GetOperator(String, Object)
Remarks
See Also