DBTable.SelectedCaseWithWeights

Returns case using selection conditions and weighting variable.

Syntax Parameters Return Value
Sub DBTable.SelectedCaseWithWeights( _
    CaseNo As Integer, _
    ByRef Cases As Double(), _
    ByRef Selected As Boolean, _
    ByRef CaseWeights As Boolean, _
    ByRef Weight As Double, _
    ByRef VarNo As Integer)
  • CaseNo [in]

    Type: Integer

  • Cases [out]

    Type: Double()

  • Selected [out]

    Type: Boolean

  • CaseWeights [out]

    Type: Boolean

  • Weight [out]

    Type: Double

  • VarNo [out]

    Type: Integer

This function does not return a value.