DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: CalculationGroup for Calculation

Property: CalculationGroup for Calculation

Specifies which calculation group the calculation is assigned to.

Set oCalculationGroup = Object.CalculationGroup
ObjectCalculation
Object with this property
oCalculationGroupCalculationGroup
Returned object

The following example displays the name of the calculation to which the transferred calculation is assigned:

VBScriptPython

 

Sub Display(oMyCalculation)
  Call MsgBoxDisp(oMyCalculation.CalculationGroup.Name)
End Sub
Was this information helpful?