IDMNode.Execute

This function is called by the framework to execute the node.

Syntax Parameters Return Value
Sub IDMNode.Execute( _
    DataMiner As IDMNodeHelper, _
    pThisNode As DataMinerNode, _
    InputDescriptorArray As Variant, _
    pResultsDocs As StaDocCollection, _
    ByRef ppOutputData As InputDescriptor)
  • DataMiner [in]

Type: IDMNodeHelper

  • pThisNode [in]

Type: DataMinerNode

  • InputDescriptorArray [in]

Type: Variant

  • pResultsDocs [in]

Type: StaDocCollection

  • ppOutputData [in]

Type: InputDescriptor

This function does not return a value.