DRTSettingsAutomaticNumberOfPoints Property |
Gets or sets a value indicating if the calculation should return an automatic number of time constants.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool AutomaticNumberOfPoints { get; set; }
Public Property AutomaticNumberOfPoints As Boolean
Get
Set
Dim instance As DRTSettings
Dim value As Boolean
value = instance.AutomaticNumberOfPoints
instance.AutomaticNumberOfPoints = value
Property Value
BooleanSee Also