RelaxISPlugin_CircuitElementStandardParameterNames Property |
A list of parameter names that are used in parameter list.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract string[] StandardParameterNames { get; }
Public MustOverride ReadOnly Property StandardParameterNames As String()
Get
Dim instance As RelaxISPlugin_CircuitElement
Dim value As String()
value = instance.StandardParameterNames
Property Value
StringRemarks Must have the correct length.
See Also