DRTResultUsedZReal Property |
Gets or sets the list of real parts actually used for the calculation.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public List<double> UsedZReal { get; set; }
Public Property UsedZReal As List(Of Double)
Get
Set
Dim instance As DRTResult
Dim value As List(Of Double)
value = instance.UsedZReal
instance.UsedZReal = value
Property Value
ListDoubleSee Also