RelaxISPlugin_CircuitElementStandardParameterUpperLimits Property |
A list of default parameter upper limits
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract double[] StandardParameterUpperLimits { get; }
Public MustOverride ReadOnly Property StandardParameterUpperLimits As Double()
Get
Dim instance As RelaxISPlugin_CircuitElement
Dim value As Double()
value = instance.StandardParameterUpperLimits
Property Value
DoubleRemarks Must have the correct length.
See Also