DRTSettingsDoInterpolate Property |
Gets or sets a value indicating if the source data should be interpolated to a larger number of points.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool DoInterpolate { get; set; }
Public Property DoInterpolate As Boolean
Get
Set
Dim instance As DRTSettings
Dim value As Boolean
value = instance.DoInterpolate
instance.DoInterpolate = value
Property Value
BooleanSee Also