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