RelaxISPlugin_CircuitElementStandardParameterValues Property |
A list of default parameter values that are used to initialize the element.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract double[] StandardParameterValues { get; }
Public MustOverride ReadOnly Property StandardParameterValues As Double()
Get
Dim instance As RelaxISPlugin_CircuitElement
Dim value As Double()
value = instance.StandardParameterValues
Property Value
DoubleRemarks Must have the correct length.
See Also