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
SyntaxPublic 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:
ObjectImplements
IMcEngineCreateOperator(String, Object, String)
Remarks
See Also