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
|
Type: IDMNodeHelper
Type: DataMinerNode
Type: DMUniqueValuesOptions
Type: Variant
Type: Long
Type: Double
Type: Variant
Type: Variant
Type: Long
Type: Double
Type: Double |
Long |