RelaxISPlugin_CircuitElementStandardParameterFixedStates Property |
A list of default fixed states of the parameters
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual bool[] StandardParameterFixedStates { get; }
Public Overridable ReadOnly Property StandardParameterFixedStates As Boolean()
Get
Dim instance As RelaxISPlugin_CircuitElement
Dim value As Boolean()
value = instance.StandardParameterFixedStates
Property Value
BooleanRemarks Must have the correct length or be null.
See Also