IDMNode.Edit

This function is called by the framework when the node needs to display UI to make variable selections and set parameters.

Syntax Parameters Return Value
Sub IDMNode.Edit( _
    hwndParent As Long, _
    DataMiner As IDMNodeHelper, _
    pThisNode As DataMinerNode, _
    ByRef bChangesMade As Boolean, _
    ByRef bOutputDatasetChanged As Boolean)
  • hwndParent [in]

Type: Long

  • DataMiner [in]

Type: IDMNodeHelper

  • pThisNode [in]

Type: DataMinerNode

  • bChangesMade [out]

Type: Boolean

  • bOutputDatasetChanged [out]

Type: Boolean

This function does not return a value.