Gets or sets the calculated time constant (tau) values.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public List<double> Taus { get; set; }
Public Property Taus As List(Of Double)
Get
Set
Dim instance As DRTResult
Dim value As List(Of Double)
value = instance.Taus
instance.Taus = value
Property Value
ListDoubleSee Also