AnalysisInfoIsFitUpToDate Property |
Gets or sets a value indicating whether the current parameter values were determined by a successful fit
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool IsFitUpToDate { get; set; }
Public Property IsFitUpToDate As Boolean
Get
Set
Dim instance As AnalysisInfo
Dim value As Boolean
value = instance.IsFitUpToDate
instance.IsFitUpToDate = value
Property Value
BooleanSee Also