AnalysisInfoModel Property |
Gets or sets the fit model.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Model { get; set; }
Public Property Model As String
Get
Set
Dim instance As AnalysisInfo
Dim value As String
value = instance.Model
instance.Model = value
Property Value
StringSee Also