RelaxISPlugin_CircuitElement2Formula Property |
The formula, used to calculate the impedance.
FOR DISPLAY PURPOSES ONLY!
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract string Formula { get; }
Public MustOverride ReadOnly Property Formula As String
Get
Dim instance As RelaxISPlugin_CircuitElement2
Dim value As String
value = instance.Formula
Property Value
StringRemarks This property is for user information only and not used for calculations.
See Also