IDMNode.GetOutputDatasetUniqueValues

This function is called by the framework to get unique values/available codes from variable(s) in the node's output dataset.

Syntax Parameters Return Value
Function IDMNode.GetOutputDatasetUniqueValues( _
    DataMiner As IDMNodeHelper, _
    pThisNode As DataMinerNode, _
    options As DMUniqueValuesOptions, _
    variables As Variant, _
    maxNbValues As Long, _
    maxVal As Double, _
    ByRef pvUniqueValues As Variant, _
    ByRef pvLabels As Variant, _
    ByRef pValidN As Long, _
    ByRef pMean As Double, _
    ByRef pStdDev As Double) As Long
  • DataMiner [in]

Type: IDMNodeHelper

  • pThisNode [in]

Type: DataMinerNode

  • options [in]

Type: DMUniqueValuesOptions

  • variables [in]

Type: Variant

  • maxNbValues [in]

Type: Long

  • maxVal [in]

Type: Double

  • pvUniqueValues [out]

Type: Variant

  • pvLabels [out]

Type: Variant

  • pValidN [out]

Type: Long

  • pMean [out]

Type: Double

  • pStdDev [out]

Type: Double

Long