DIAdem Help

Property: Parent for ReferenceValue

  • Updated2024-09-12
  • 1 minute(s) read

Property: Parent for ReferenceValue

Specifies the input or the output of a calculation to which the value reference is assigned.

Set oInputOrOutput = Object.Parent
ObjectReferenceValue
Object with this property
oInputOrOutputInputOrOutput
Returned object

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

VBScriptPython

 

Sub Display(oMyReference)
  Call MsgBoxDisp(oMyReference.Parent.Calculation.Name)
End Sub

Log in to get a better experience