DRTSettingsInterpolationCount Property |
Gets or sets the number of values that the source data will be interpolated to if
DoInterpolate is true.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public int InterpolationCount { get; set; }
Public Property InterpolationCount As Integer
Get
Set
Dim instance As DRTSettings
Dim value As Integer
value = instance.InterpolationCount
instance.InterpolationCount = value
Property Value
Int32See Also